Searched refs:RemoveEmptyFile (Results 1 – 2 of 2) sorted by relevance
146 bool RemoveEmptyFile(FileType block_type);
284 if (!RemoveEmptyFile(static_cast<FileType>(i + 1))) in Init()375 RemoveEmptyFile(type_to_delete.value()); // Ignore failures. in DeleteBlock()579 bool BlockFiles::RemoveEmptyFile(FileType block_type) { in RemoveEmptyFile() function in disk_cache::BlockFiles