OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_path
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium_org/tools/valgrind/
scan-build.py
197
cache_path
= os.path.join(path, CACHE_DIR)
199
fyi = Waterfall(ROOT_URL,
cache_path
)
/external/chromium_org/components/nacl/browser/
pnacl_host.cc
152
base::FilePath
cache_path
(GetCachePath());
153
if (
cache_path
.empty() || cache_state_ != CacheUninitialized)
158
cache_path
,
/external/chromium_org/chrome/browser/profiles/
profile_impl.h
197
base::FilePath*
cache_path
,
profile_manager.cc
179
base::FilePath
cache_path
;
local
180
chrome::GetUserCacheDirectory(profile_path, &
cache_path
);
182
base::DeleteFile(
cache_path
, true);
[
all
...]
/external/chromium_org/content/browser/gpu/
shader_disk_cache.cc
506
ShaderDiskCache::ShaderDiskCache(const base::FilePath&
cache_path
)
509
cache_path_(
cache_path
),
/external/chromium_org/net/disk_cache/
backend_unittest.cc
49
base::FilePath&
cache_path
) {
53
cache_path
, cache_thread.message_loop_proxy(), NULL));
[
all
...]
Completed in 485 milliseconds
1
2