OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_CACHE
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/
base_paths.h
37
DIR_CACHE
, // Directory where to put cache data. Note this is
path_service_unittest.cc
27
if (dir_type == base::
DIR_CACHE
)
base_paths_linux.cc
108
case base::
DIR_CACHE
:
/external/chromium/chrome/common/
chrome_paths_unittest.cc
22
ASSERT_TRUE(PathService::Get(base::
DIR_CACHE
, &expected_cache_dir));
chrome_paths_linux.cc
56
if (!PathService::Get(base::
DIR_CACHE
, &cache_dir))
Completed in 477 milliseconds