Searched refs:dexopt_needed (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.h62 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
H A Dotapreopt.cpp174 int dexopt_needed; member in struct:android::installd::OTAPreoptService::Parameters
329 + 1 // dexopt_needed
397 package_parameters_.dexopt_needed = atoi(param);
483 package_parameters_.dexopt_needed = DEX2OAT_FROM_SCRATCH;
820 package_parameters_.dexopt_needed,
H A Ddexopt.cpp1155 bool open_vdex_files(const char* apk_path, const char* out_oat_path, int dexopt_needed, argument
1164 int dexopt_action = abs(dexopt_needed);
1165 bool is_odex_location = dexopt_needed < 0;
1464 // Run dexoptanalyzer to get dexopt_needed code.
1491 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
1510 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str,
1514 if (dexopt_needed == NO_DEXOPT_NEEDED) {
1545 if (!open_vdex_files(dex_path, out_oat_path, dexopt_needed, instruction_set, is_public, uid,
1490 dexopt(const char* dex_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, const char* shared_libraries, const char* se_info) argument

Completed in 739 milliseconds