Home
last modified time | relevance | path

Searched defs:apk_path (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.cpp56 const char *apk_path, in calculate_oat_file_path()
90 const char *apk_path, in calculate_odex_file_path()
Dotapreopt.cpp170 const char *apk_path; member
884 const char* apk_path = package_parameters_.apk_path; in ShouldSkipPreopt() local
1109 const char *apk_path, in calculate_oat_file_path()
1147 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
Ddexopt.cpp1010 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1238 bool open_vdex_files(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files()
1331 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1352 void update_out_oat_access_times(const char* apk_path, const char* out_oat_path) { in update_out_oat_access_times()
1930 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2000 bool delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
DInstalldNativeService.cpp1843 const char* apk_path = apkPath.c_str(); in dexopt() local
2274 const char* apk_path = apkPath.c_str(); in moveAb() local
2287 const char* apk_path = apkPath.c_str(); in deleteOdex() local
/frameworks/base/cmds/idmap/
Dscan.cpp34 String8 apk_path; member