Searched refs:oat_dir (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld_deps.h41 const char *oat_dir,
H A Dcommands.h60 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);
71 // Move a B version over to the A location. Only works for oat_dir != nullptr.
72 int move_ab(const char *apk_path, const char *instruction_set, const char* oat_dir);
H A Dcommands.cpp1360 const char* oat_dir, /*out*/ char* out_path) {
1370 if (oat_dir != NULL && oat_dir[0] != '!') {
1371 if (validate_apk_path(oat_dir)) {
1372 ALOGE("invalid oat_dir '%s'\n", oat_dir);
1375 if (!calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) {
1392 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
1426 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, out_path)) {
1845 int create_oat_dir(const char* oat_dir, cons argument
1359 create_oat_out_path(const char* apk_path, const char* instruction_set, const char* oat_dir, char* out_path) argument
1391 dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, const char* volume_uuid ATTRIBUTE_UNUSED, const char* shared_libraries) argument
1929 move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
[all...]
H A Dinstalld.cpp65 const char *oat_dir,
89 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name);
266 arg[5], // oat_dir
377 /* oat_dir, instruction_set */
383 /* oat_dir */
406 // apk_path, instruction_set, oat_dir
64 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
H A Dotapreopt.cpp365 package_parameters_[5], // oat_dir
505 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, argument
529 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex.b", oat_dir, instruction_set,

Completed in 406 milliseconds