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

/art/runtime/
H A Ddexopt_test.cc204 bool dalvik_cache_exists; local
210 &dalvik_cache_exists, local
212 if (!dalvik_cache_exists) {
/art/runtime/base/
H A Dfile_utils.cc234 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) {
240 *dalvik_cache_exists = false;
248 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str());
250 if (create_if_absent && !*dalvik_cache_exists && !*is_global_cache) {
252 *dalvik_cache_exists = ((mkdir(dalvik_cache_root.c_str(), 0700) == 0 || errno == EEXIST) &&
233 GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) argument
/art/cmdline/
H A Dcmdline.h57 bool dalvik_cache_exists = false; local
61 &have_android_data, &dalvik_cache_exists, &is_global_cache); local
64 if (have_android_data && dalvik_cache_exists) {
/art/runtime/gc/space/
H A Dimage_space.cc164 bool* dalvik_cache_exists,
182 *dalvik_cache_exists = false;
187 dalvik_cache_exists, local
190 if (have_android_data && *dalvik_cache_exists) {
214 bool* dalvik_cache_exists,
222 dalvik_cache_exists,
326 bool dalvik_cache_exists = false; local
329 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
1522 bool dalvik_cache_exists = false; local
1529 &dalvik_cache_exists,
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
[all...]

Completed in 30 milliseconds