Home
last modified time | relevance | path

Searched refs:file_name_start (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt.cpp707 const char *file_name_start; in calculate_oat_file_path() local
710 file_name_start = strrchr(apk_path, '/'); in calculate_oat_file_path()
711 if (file_name_start == nullptr) { in calculate_oat_file_path()
715 file_name_end = strrchr(file_name_start, '.'); in calculate_oat_file_path()
722 file_name_start++; // Move past '/', is valid as file_name_end is valid. in calculate_oat_file_path()
723 size_t file_name_len = file_name_end - file_name_start; in calculate_oat_file_path()
724 std::string file_name(file_name_start, file_name_len); in calculate_oat_file_path()