Searched refs:path_end (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 745 const char *path_end = strrchr(apk_path, '/'); in calculate_odex_file_path() local 746 if (path_end == nullptr) { in calculate_odex_file_path() 750 std::string path_component(apk_path, path_end - apk_path); in calculate_odex_file_path() 752 const char *name_begin = path_end + 1; in calculate_odex_file_path()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2017 const int* path_begin, const int* path_end, in FollowPath() argument 2021 if (path_begin == path_end) { in FollowPath() 2043 if (path_begin == path_end) { in FollowPath() 2064 return FollowPath(child, path_begin, path_end, in FollowPath() 2066 } else if (path_begin == path_end) { in FollowPath() 2080 return FollowPath(child, path_begin, path_end, in FollowPath() 2082 } else if (path_begin == path_end) { in FollowPath()
|