Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.h67 int dexopt_flags,
Dcommands.cpp1620 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
1623 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0); in dexopt()
1624 bool vm_safe_mode = (dexopt_flags & DEXOPT_SAFEMODE) != 0; in dexopt()
1625 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt()
1626 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; in dexopt()
1627 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt()
1648 if ((dexopt_flags & ~DEXOPT_MASK) != 0) { in dexopt()
Dinstalld.cpp274 int dexopt_flags = atoi(arg[6]); in do_dexopt() local
276 if ((dexopt_flags & DEXOPT_OTA) != 0) { in do_dexopt()