OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvictFileFromSystemCacheWithRetry
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/test/
test_file_util.cc
12
bool
EvictFileFromSystemCacheWithRetry
(const FilePath& path) {
test_file_util.h
23
bool
EvictFileFromSystemCacheWithRetry
(const FilePath& file);
/external/chromium_org/chrome/test/perf/
startup_test.cc
204
ASSERT_TRUE(base::
EvictFileFromSystemCacheWithRetry
(chrome_exe));
209
ASSERT_TRUE(base::
EvictFileFromSystemCacheWithRetry
(chrome_dll));
/external/chromium_org/chrome/test/automation/
proxy_launcher.cc
73
base::
EvictFileFromSystemCacheWithRetry
(cur);
/external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc
323
bool result = base::
EvictFileFromSystemCacheWithRetry
(
[
all
...]
Completed in 111 milliseconds