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

/art/cmdline/
H A Dcmdline.h45 bool has_system = false; local
51 has_system = true;
74 if (has_system) {
/art/runtime/
H A Druntime.cc875 bool has_system = false; local
883 &has_system,
889 if (!found_image || !has_system) {
/art/runtime/gc/space/
H A Dimage_space.cc156 bool* has_system,
165 *has_system = false;
172 *has_system = true;
196 return *has_system;
200 return *has_system || *has_cache;
206 bool* has_system,
214 has_system,
287 bool has_system = false; local
292 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
295 if (has_system
154 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
203 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
1452 bool has_system = false; local
[all...]

Completed in 339 milliseconds