Home
last modified time | relevance | path

Searched defs:dexopt_flags (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h41 int dexopt_flags; variable
Dotapreopt.cpp430 int dexopt_flags = parameters_.dexopt_flags; in IsAotCompilation() local
513 int dexopt_flags = parameters_.dexopt_flags; in Dexopt() local
Ddexopt.cpp1502 static bool validate_dexopt_storage_flags(int dexopt_flags, in validate_dexopt_storage_flags()
1634 const char* pkgname, int dexopt_flags, const char* volume_uuid, int uid, in process_secondary_dex_dexopt()
1788 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp65 const int dexopt_flags = atoi(args[i++]); in verifyPackageParameters() local