SystemTools: Use .rfind('/') rather than .find_last_of("/")
It's faster since it doesn't have a second string to loop over. Change-Id: I8a5917ad356db38e18cc370276edb76ce3027a17
Loading
Please register or sign in to comment
It's faster since it doesn't have a second string to loop over. Change-Id: I8a5917ad356db38e18cc370276edb76ce3027a17