OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_cache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/service_worker/
service_worker_cache_storage.cc
414
bool
has_cache
= cache_map_.find(cache_name) != cache_map_.end();
local
416
callback.Run(
has_cache
, CACHE_STORAGE_ERROR_NO_ERROR);
/art/runtime/gc/space/
image_space.cc
204
bool*
has_cache
,
207
*
has_cache
= false;
233
*
has_cache
= OS::FileExists(cache_filename->c_str());
235
return *has_system || *
has_cache
;
322
bool
has_cache
= false;
local
326
&cache_filename, &dalvik_cache_exists, &
has_cache
, &is_global_cache)) {
328
if (has_system &&
has_cache
) {
347
} else if (!
has_cache
) {
351
} else if (!has_system &&
has_cache
) {
357
if (has_system &&
has_cache
) {
444
bool
has_cache
= false;
local
[
all
...]
/art/patchoat/
patchoat.cc
72
bool
has_cache
= false;
local
97
has_cache
= true;
103
} else if (
has_cache
) {
1121
bool
has_cache
= false;
local
[
all
...]
Completed in 2509 milliseconds