Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c902 char in_odex_path[PKG_PATH_MAX]; in dexopt() local
941 strcpy(in_odex_path, apk_path); in dexopt()
942 end = strrchr(in_odex_path, '/'); in dexopt()
947 const char *apk_end = apk_path + (end - in_odex_path); // strrchr(apk_path, '/'); in dexopt()
949 strcat(in_odex_path, apk_end); in dexopt()
950 end = strrchr(in_odex_path, '.'); in dexopt()
955 input_file = in_odex_path; in dexopt()