Searched refs:last_slash (Results 1 – 1 of 1) sorted by relevance
379 size_t last_slash = path.find_last_of('/'); in CreatePath() local380 if (last_slash == std::string::npos || last_slash == 0) { in CreatePath()385 if (!CreatePath(path.substr(0, last_slash))) { in CreatePath()546 const char* last_slash = strrchr(apk_path, '/'); in ShouldSkipPreopt() local547 if (last_slash != nullptr) { in ShouldSkipPreopt()548 std::string path(apk_path, last_slash - apk_path + 1); in ShouldSkipPreopt()