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

  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.h 22 class NET_EXPORT_PRIVATE BlockFiles {
24 explicit BlockFiles(const base::FilePath& path);
25 ~BlockFiles();
70 DISALLOW_COPY_AND_ASSIGN(BlockFiles);
block_bitmaps.cc 22 BlockFiles::BlockFiles(const base::FilePath& path)
26 BlockFiles::~BlockFiles() {
32 bool BlockFiles::Init(bool create_files) {
57 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
92 void BlockFiles::DeleteBlock(Addr address, bool deep) {
126 void BlockFiles::CloseFiles() {
140 void BlockFiles::ReportStats() {
158 bool BlockFiles::IsValid(Addr address)
    [all...]
backend_worker.h 52 BlockFiles block_files_; // Set of files used to store all data.
block_bitmaps_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_v3.h 251 BlockFiles block_files_; // Set of files used to store all data.
  /external/chromium/net/disk_cache/
block_files.h 26 class BlockFiles {
28 explicit BlockFiles(const FilePath& path);
29 ~BlockFiles();
99 DISALLOW_COPY_AND_ASSIGN(BlockFiles);
block_files.cc 189 BlockFiles::BlockFiles(const FilePath& path)
193 BlockFiles::~BlockFiles() {
199 bool BlockFiles::Init(bool create_files) {
223 MappedFile* BlockFiles::GetFile(Addr address) {
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
275 void BlockFiles::DeleteBlock(Addr address, bool deep) {
308 void BlockFiles::CloseFiles() {
322 void BlockFiles::ReportStats()
    [all...]
block_files_unittest.cc 35 BlockFiles files(path);
62 BlockFiles files(path);
86 BlockFiles files(path);
164 BlockFiles files(path);
186 BlockFiles files(path);
210 BlockFiles files(path);
235 BlockFiles files(path);
258 BlockFiles files(path);
backend_impl.h 346 BlockFiles block_files_; // Set of files used to store all data.
disk_cache_perftest.cc 224 disk_cache::BlockFiles files(test_cache.path());
  /external/chromium_org/net/disk_cache/
block_files.h 74 class NET_EXPORT_PRIVATE BlockFiles {
76 explicit BlockFiles(const base::FilePath& path);
77 ~BlockFiles();
147 DISALLOW_COPY_AND_ASSIGN(BlockFiles);
block_files.cc 226 BlockFiles::BlockFiles(const base::FilePath& path)
230 BlockFiles::~BlockFiles() {
236 bool BlockFiles::Init(bool create_files) {
261 MappedFile* BlockFiles::GetFile(Addr address) {
279 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
314 void BlockFiles::DeleteBlock(Addr address, bool deep) {
348 void BlockFiles::CloseFiles() {
362 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 359 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 62 disk_cache::BlockFiles block_files(path);
176 disk_cache::BlockFiles block_files_;
  /external/chromium/net/tools/dump_cache/
dump_files.cc 131 disk_cache::BlockFiles block_files_;

Completed in 553 milliseconds