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

/art/cmdline/
H A Dcmdline.h47 bool has_system = false; local
53 has_system = true;
76 if (has_system) {
/art/runtime/gc/space/
H A Dimage_space.cc162 bool* has_system,
171 *has_system = false;
178 *has_system = true;
202 return *has_system;
206 return *has_system || *has_cache;
212 bool* has_system,
220 has_system,
323 bool has_system = false; local
328 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
331 if (has_system
160 FindImageFilenameImpl(const char* image_location, const InstructionSet image_isa, bool* has_system, std::string* system_filename, bool* dalvik_cache_exists, std::string* dalvik_cache, bool* is_global_cache, bool* has_cache, std::string* cache_filename) argument
209 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
1519 bool has_system = false; local
[all...]
/art/runtime/
H A Druntime.cc973 bool has_system = false; local
981 &has_system,
987 if (!found_image || !has_system) {

Completed in 59 milliseconds