Searched refs:path_end (Results 1 – 1 of 1) sorted by relevance
657 const char *path_end = strrchr(apk_path, '/'); in calculate_odex_file_path() local658 if (path_end == nullptr) { in calculate_odex_file_path()662 std::string path_component(apk_path, path_end - apk_path); in calculate_odex_file_path()664 const char *name_begin = path_end + 1; in calculate_odex_file_path()