Searched defs:is_patchoat (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.c865 bool vm_safe_mode, bool is_patchoat)
883 if (is_patchoat && strncmp(persist_sys_dalvik_vm_lib, "libart", 6) != 0) {
896 if (end != NULL && !is_patchoat) {
907 if (is_patchoat) {
996 if (is_patchoat) {
863 dexopt(const char *apk_path, uid_t uid, bool is_public, const char *pkgname, const char *instruction_set, bool vm_safe_mode, bool is_patchoat) argument

Completed in 25 milliseconds