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