Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dblock_files.h142 bool RemoveEmptyFile(FileType block_type);
Dblock_files.cc291 if (!RemoveEmptyFile(static_cast<FileType>(i + 1))) in Init()
380 RemoveEmptyFile(type); // Ignore failures. in DeleteBlock()
608 bool BlockFiles::RemoveEmptyFile(FileType block_type) { in RemoveEmptyFile() function in disk_cache::BlockFiles