OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
53
const FilePath&
cache_path
,
64
lazy_params->
cache_path
=
cache_path
;
220
lazy_params_->
cache_path
,
302
FilePath
cache_path
= app_path.Append(chrome::kCacheDirname);
local
315
cache_path
,
profile_impl_io_data.h
35
const FilePath&
cache_path
,
96
FilePath
cache_path
;
member in struct:ProfileImplIOData::LazyParams
profile_impl.cc
140
// request context that we need, |
cache_path
| will be set to the user provided
143
void GetCacheParameters(ContextType type, FilePath*
cache_path
,
145
DCHECK(
cache_path
);
150
*
cache_path
= CommandLine::ForCurrentProcess()->GetSwitchValuePath(
373
FilePath
cache_path
= base_cache_path_;
local
375
GetCacheParameters(kNormalContext, &
cache_path
, &cache_max_size);
376
cache_path
= GetCachePath(
cache_path
);
391
io_data_.Init(cookie_path,
cache_path
, cache_max_size,
[
all
...]
/frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java
84
private static final String
CACHE_PATH
= "/cache";
160
mCacheFileStats.restat(
CACHE_PATH
);
166
mCacheFileStats.restat(
CACHE_PATH
);
311
mCacheFileStats = new StatFs(
CACHE_PATH
);
Completed in 48 milliseconds