Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp555 const char *extension_start = strrchr(name_begin, '.'); in calculate_odex_file_path() local
556 if (extension_start == nullptr) { in calculate_odex_file_path()
560 std::string name_component(name_begin, extension_start - name_begin); in calculate_odex_file_path()