Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h41 int dexopt_flags; variable
Ddexopt.cpp1838 static bool validate_dexopt_storage_flags(int dexopt_flags, in validate_dexopt_storage_flags()
1953 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
2089 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