Searched defs:oat_dir (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld.cpp65 const char *oat_dir,
89 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name);
388 /* oat_dir, instruction_set */
394 /* oat_dir */
417 // apk_path, instruction_set, oat_dir
422 // 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.cpp735 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, argument
761 oat_dir,
H A Dcommands.cpp1488 const char* oat_dir, /*out*/ char* out_path) {
1498 if (oat_dir != NULL && oat_dir[0] != '!') {
1499 if (validate_apk_path(oat_dir)) {
1500 ALOGE("invalid oat_dir '%s'\n", oat_dir);
1503 if (!calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) {
1533 params[5], // oat_dir
1620 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
1653 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, out_pat
1487 create_oat_out_path(const char* apk_path, const char* instruction_set, const char* oat_dir, char* out_path) argument
1619 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
2077 create_oat_dir(const char* oat_dir, const char* instruction_set) argument
2192 move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
2263 delete_odex(const char *apk_path, const char *instruction_set, const char *oat_dir) argument
[all...]

Completed in 116 milliseconds