Searched refs:path_end (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp1051 const char *path_end = strrchr(apk_path, '/'); local
1052 if (path_end == nullptr) {
1056 std::string path_component(apk_path, path_end - apk_path);
1058 const char *name_begin = path_end + 1;

Completed in 54 milliseconds