Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld.cpp104 const char *apk_end = apk_path + (end - path); // strrchr(apk_path, '/'); in calculate_odex_file_path() local
108 strcat(path, apk_end); // path = /system/framework/oat/<isa>/whatever.jar\0 in calculate_odex_file_path()