Home
last modified time | relevance | path

Searched refs:last_slash (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt.cpp371 size_t last_slash = path.find_last_of('/'); in CreatePath() local
372 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() local
451 if (last_slash != nullptr) { in ShouldSkipPreopt()
452 std::string path(apk_path, last_slash - apk_path + 1); in ShouldSkipPreopt()