Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.h60 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Dinstalld.cpp257 int dexopt_flags = atoi(arg[6]); in do_dexopt() local
258 if ((dexopt_flags & DEXOPT_OTA) != 0) { in do_dexopt()
267 dexopt_flags, in do_dexopt()
Dcommands.cpp1392 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
1404 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0); in dexopt()
1405 bool vm_safe_mode = (dexopt_flags & DEXOPT_SAFEMODE) != 0; in dexopt()
1406 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt()
1407 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; in dexopt()
1408 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt()
1422 if ((dexopt_flags & ~DEXOPT_MASK) != 0) { in dexopt()