Searched refs:last_slash (Results 1 – 2 of 2) sorted by relevance
212 auto last_slash = path.rfind('/'); in FindPlatformDevice() local213 if (last_slash == std::string::npos) return false; in FindPlatformDevice()215 path.erase(last_slash); in FindPlatformDevice()381 auto last_slash = uevent.path.rfind('/'); in GetBlockDeviceSymlinks() local382 links.emplace_back(link_path + "/" + uevent.path.substr(last_slash + 1)); in GetBlockDeviceSymlinks()
87 const char* last_slash = strrchr(file, '/'); in GetFileBasename() local88 if (last_slash != nullptr) { in GetFileBasename()89 return last_slash + 1; in GetFileBasename()