Home
last modified time | relevance | path

Searched refs:index_file_directory (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/disk_cache/simple/
Dsimple_index_file.cc299 base::FilePath index_file_directory = temp_index_filename.DirName(); in SyncWriteToDisk() local
300 if (!file_operations->DirectoryExists(index_file_directory) && in SyncWriteToDisk()
301 !file_operations->CreateDirectory(index_file_directory)) { in SyncWriteToDisk()
Dsimple_index_file_unittest.cc158 explicit WrappedSimpleIndexFile(const base::FilePath& index_file_directory) in WrappedSimpleIndexFile() argument
162 index_file_directory) {} in WrappedSimpleIndexFile()