OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index_file_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_index_file.cc
286
const base::FilePath&
index_file_path
,
290
SyncLoadFromDisk(
index_file_path
, &last_cache_seen_by_index, out_result);
293
const bool index_file_existed = base::PathExists(
index_file_path
);
301
if (LegacyIsIndexFileStale(latest_dir_mtime,
index_file_path
)) {
315
SyncRestoreFromDisk(cache_directory,
index_file_path
, out_result);
435
const base::FilePath&
index_file_path
,
438
base::DeleteFile(
index_file_path
, /* recursive = */ false);
457
const base::FilePath&
index_file_path
) {
459
if (!simple_util::GetMTime(
index_file_path
, &index_mtime))
simple_index_file.h
108
const base::FilePath&
index_file_path
,
157
const base::FilePath&
index_file_path
,
165
const base::FilePath&
index_file_path
);
simple_index_file_unittest.cc
327
const base::FilePath&
index_file_path
=
local
329
EXPECT_TRUE(base::PathExists(
index_file_path
));
333
EXPECT_TRUE(base::ReadFileToString(
index_file_path
, &contents));
Completed in 509 milliseconds