HomeSort by relevance Sort by last modified time
    Searched refs:BlockFiles (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
block_files.h 91 class NET_EXPORT_PRIVATE BlockFiles {
93 explicit BlockFiles(const base::FilePath& path);
94 ~BlockFiles();
164 DISALLOW_COPY_AND_ASSIGN(BlockFiles);
backend_worker_v3.h 42 BlockFiles block_files_; // Set of files used to store all data.
block_files.cc 264 BlockFiles::BlockFiles(const base::FilePath& path)
268 BlockFiles::~BlockFiles() {
274 bool BlockFiles::Init(bool create_files) {
299 MappedFile* BlockFiles::GetFile(Addr address) {
318 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
348 void BlockFiles::DeleteBlock(Addr address, bool deep) {
384 void BlockFiles::CloseFiles() {
398 void BlockFiles::ReportStats()
    [all...]
block_files_unittest.cc 36 BlockFiles files(cache_path_);
62 BlockFiles files(cache_path_);
85 BlockFiles files(cache_path_);
162 BlockFiles files(cache_path_);
183 BlockFiles files(cache_path_);
206 BlockFiles files(cache_path_);
261 BlockFiles files(cache_path_);
285 BlockFiles files(cache_path_);
307 BlockFiles files(cache_path_);
backend_impl.h 362 BlockFiles block_files_; // Set of files used to store all data.
disk_cache_perftest.cc 217 disk_cache::BlockFiles files(cache_path_);
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 61 disk_cache::BlockFiles block_files(path);
175 disk_cache::BlockFiles block_files_;

Completed in 1190 milliseconds