Searched refs:oat_dir (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.h | 60 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, 65 int create_oat_dir(const char* oat_dir, const char *instruction_set); 72 int move_ab(const char *apk_path, const char *instruction_set, const char* oat_dir);
|
D | commands.cpp | 1360 const char* oat_dir, /*out*/ char* out_path) { in create_oat_out_path() argument 1370 if (oat_dir != NULL && oat_dir[0] != '!') { in create_oat_out_path() 1371 if (validate_apk_path(oat_dir)) { in create_oat_out_path() 1372 ALOGE("invalid oat_dir '%s'\n", oat_dir); in create_oat_out_path() 1375 if (!calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 1392 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument 1426 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, out_path)) { in dexopt() 1845 int create_oat_dir(const char* oat_dir, const char* instruction_set) in create_oat_dir() argument 1849 if (validate_apk_path(oat_dir)) { in create_oat_dir() 1850 ALOGE("invalid apk path '%s' (bad prefix)\n", oat_dir); in create_oat_dir() [all …]
|
D | installd_deps.h | 41 const char *oat_dir,
|
D | otapreopt.cpp | 505 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path() argument 529 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex.b", oat_dir, instruction_set, in calculate_oat_file_path()
|
D | installd.cpp | 65 const char *oat_dir, in calculate_oat_file_path() argument 89 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name); in calculate_oat_file_path()
|