Searched refs:last_slash (Results 1 – 1 of 1) sorted by relevance
371 size_t last_slash = path.find_last_of('/'); in CreatePath() local372 if (last_slash == std::string::npos || last_slash == 0) { in CreatePath()377 if (!CreatePath(path.substr(0, last_slash))) { in CreatePath()450 const char* last_slash = strrchr(apk_path, '/'); in ShouldSkipPreopt() local451 if (last_slash != nullptr) { in ShouldSkipPreopt()452 std::string path(apk_path, last_slash - apk_path + 1); in ShouldSkipPreopt()