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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1070 bool vm_safe_mode, bool debuggable, const char* oat_dir)
1088 if (oat_dir != NULL && oat_dir[0] != '!') {
1089 if (validate_apk_path(oat_dir)) {
1090 ALOGE("invalid oat_dir '%s'\n", oat_dir);
1093 if (calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) {
1781 int create_oat_dir(const char* oat_dir, const char* instruction_set) argument
1785 if (validate_apk_path(oat_dir)) {
1786 ALOGE("invalid apk path '%s' (bad prefix)\n", oat_dir);
1068 dexopt(const char *apk_path, uid_t uid, bool is_public, const char *pkgname, const char *instruction_set, int dexopt_needed, bool vm_safe_mode, bool debuggable, const char* oat_dir) argument
1837 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
[all...]

Completed in 56 milliseconds