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

  /external/chromium/net/disk_cache/
mapped_file.h 23 class MappedFile : public File {
25 MappedFile() : File(true), init_(false) {}
41 virtual ~MappedFile();
50 DISALLOW_COPY_AND_ASSIGN(MappedFile);
block_files.h 36 MappedFile* GetFile(Addr address);
65 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
68 MappedFile* FileForNewBlock(FileType block_type, int block_count);
71 MappedFile* NextFile(const MappedFile* file);
80 bool FixBlockFileHeader(MappedFile* file);
91 std::vector<MappedFile*> block_files_; // The actual files.
storage_block.h 34 StorageBlock(MappedFile* file, Addr address);
43 bool LazyInit(MappedFile* file, Addr address);
78 MappedFile* file_;
mapped_file_posix.cc 16 void* MappedFile::Init(const FilePath& name, size_t size) {
35 bool MappedFile::Load(const FileBlock* block) {
40 bool MappedFile::Store(const FileBlock* block) {
45 MappedFile::~MappedFile() {
mapped_file_win.cc 13 void* MappedFile::Init(const FilePath& name, size_t size) {
32 MappedFile::~MappedFile() {
45 bool MappedFile::Load(const FileBlock* block) {
50 bool MappedFile::Store(const FileBlock* block) {
storage_block_unittest.cc 14 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile);
34 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile);
54 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile);
mapped_file_unittest.cc 43 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile);
58 scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile);
block_files.cc 223 MappedFile* BlockFiles::GetFile(Addr address) {
250 MappedFile* file = FileForNewBlock(block_type, block_count);
284 MappedFile* file = GetFile(address);
347 MappedFile* file = GetFile(address);
397 scoped_refptr<MappedFile> file(new MappedFile());
440 bool BlockFiles::GrowBlockFile(MappedFile* file, BlockFileHeader* header) {
469 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) {
471 MappedFile* file = block_files_[block_type - 1];
492 MappedFile* BlockFiles::NextFile(const MappedFile* file)
    [all...]
storage_block-inl.h 16 template<typename T> StorageBlock<T>::StorageBlock(MappedFile* file,
45 template<typename T> bool StorageBlock<T>::LazyInit(MappedFile* file,
backend_impl.h 99 MappedFile* File(Addr address);
343 scoped_refptr<MappedFile> index_; // The main cache index.
stats.cc 73 MappedFile* file = backend->File(address);
96 MappedFile* file = backend->File(address);
block_files_unittest.cc 118 MappedFile* file = files.GetFile(address);
backend_impl.cc 835 MappedFile* BackendImpl::File(Addr address) {
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 132 scoped_refptr<disk_cache::MappedFile> index_file_;
148 index_file_ = new disk_cache::MappedFile;
192 disk_cache::MappedFile* file = block_files_.GetFile(address);
217 disk_cache::MappedFile* file = block_files_.GetFile(address);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 195 MappedViewOfFileScopedHandle MappedFile(
198 if (!MappedFile)
202 MappedFile,

Completed in 120 milliseconds