Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp554 const char *name_begin = path_end + 1; in calculate_odex_file_path() local
555 const char *extension_start = strrchr(name_begin, '.'); in calculate_odex_file_path()
560 std::string name_component(name_begin, extension_start - name_begin); in calculate_odex_file_path()