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

/frameworks/native/cmds/installd/
H A Dcommands.cpp693 const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete,
808 } else if (vm_safe_mode) {
1405 bool vm_safe_mode = (dexopt_flags & DEXOPT_SAFEMODE) != 0; local
1539 instruction_set, compiler_filter, vm_safe_mode, debuggable, boot_complete,
691 run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *instruction_set, const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument

Completed in 207 milliseconds