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