Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h41 int dexopt_flags; variable
H A Ddexopt.cpp1421 static bool validate_dexopt_storage_flags(int dexopt_flags, in validate_dexopt_storage_flags()
1536 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
1674 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_otapreopt_test.cpp65 const int dexopt_flags = atoi(args[i++]); in verifyPackageParameters() local