Searched defs:dexopt_flags (Results 1 – 3 of 3) sorted by relevance
41 int dexopt_flags; variable
1838 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()
65 const int dexopt_flags = atoi(args[i++]); in verifyPackageParameters() local