Searched refs:FileCache (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dremove_stale_cache_files.h11 class FileCache;
16 void RemoveStaleCacheFiles(FileCache* cache,
H A Dfile_cache.cc42 FileCache::FileCache(ResourceMetadataStorage* storage, function in class:drive::internal::FileCache
55 FileCache::~FileCache() {
61 base::FilePath FileCache::GetCacheFilePath(const std::string& id) const {
66 void FileCache::AssertOnSequencedWorkerPool() {
70 bool FileCache::IsUnderFileCacheDirectory(const base::FilePath& path) const {
74 bool FileCache::FreeDiskSpaceIfNeededFor(int64 num_bytes) {
120 FileError FileCache::GetFile(const std::string& id,
136 FileError FileCache
[all...]
H A Dfile_cache.h34 // FileCache is used to maintain cache states of FileSystem.
38 class FileCache { class in namespace:drive::internal
49 // operations. All operations on this FileCache must be run on this runner.
56 FileCache(ResourceMetadataStorage* storage,
128 // Moves files in the cache directory which are not managed by FileCache to
140 ~FileCache();
183 base::WeakPtrFactory<FileCache> weak_ptr_factory_;
184 DISALLOW_COPY_AND_ASSIGN(FileCache);
H A Dremove_stale_cache_files.cc15 void RemoveStaleCacheFiles(FileCache* cache,
H A Dremove_stale_cache_files_unittest.cc34 cache_.reset(new FileCache(metadata_storage_.get(),
53 scoped_ptr<FileCache, test_util::DestroyHelperForTests> cache_;
74 FileCache::FILE_OPERATION_COPY));
101 FileCache::FILE_OPERATION_COPY));
H A Dresource_metadata.h27 class FileCache;
38 FileCache* cache,
135 FileCache* cache_;
H A Dfile_cache_unittest.cc33 // Tests FileCache methods working with the blocking task runner.
51 cache_.reset(new FileCache(
59 static bool RenameCacheFilesToNewFormat(FileCache* cache) {
69 scoped_ptr<FileCache, test_util::DestroyHelperForTests> cache_;
84 FileCache::FILE_OPERATION_COPY));
137 FileCache::FILE_OPERATION_COPY));
148 FileCache::FILE_OPERATION_COPY));
189 FileCache::FILE_OPERATION_COPY));
215 FileCache::FILE_OPERATION_COPY));
240 id, md5, src_file_path, FileCache
[all...]
H A Dsync_client.h40 class FileCache;
56 FileCache* cache,
169 FileCache* cache_;
H A Ddrive_integration_service.h38 class FileCache;
173 scoped_ptr<internal::FileCache, util::DestroyHelper> cache_;
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation.h25 class FileCache;
40 internal::FileCache* cache);
63 internal::FileCache* cache_;
H A Dtruncate_operation.h25 class FileCache;
44 internal::FileCache* cache,
72 internal::FileCache* cache_;
H A Ddownload_operation.h31 class FileCache;
45 internal::FileCache* cache,
118 internal::FileCache* cache_;
H A Dget_file_for_saving_operation.h23 class FileCache;
50 internal::FileCache* cache,
94 internal::FileCache* cache_;
H A Dopen_file_operation.h30 class FileCache;
45 internal::FileCache* cache,
88 internal::FileCache* cache_;
H A Dcopy_operation.h34 class FileCache;
52 internal::FileCache* cache);
164 internal::FileCache* cache_;
H A Dopen_file_operation.cc33 internal::FileCache* cache,
130 base::Bind(&internal::FileCache::OpenForWrite,
180 base::Bind(&internal::FileCache::FreeDiskSpaceIfNeededFor,
H A Doperation_test_base.h35 class FileCache;
135 internal::FileCache* cache() { return cache_.get(); }
157 scoped_ptr<internal::FileCache, test_util::DestroyHelperForTests> cache_;
H A Dremove_operation.cc25 internal::FileCache* cache,
66 internal::FileCache* cache)
H A Dtruncate_operation.cc32 internal::FileCache* cache,
62 internal::FileCache* cache,
H A Dtruncate_operation_unittest.cc54 base::Bind(&internal::FileCache::GetFile,
117 base::Bind(&internal::FileCache::GetFile,
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor_test.py9 from processor import FileCache, Processor, LineNumber namespace
20 FileCache._cache["/debug.js"] = """
25 FileCache._cache["/global.js"] = """
31 FileCache._cache["/checked.js"] = """
89 FileCache._cache["/century.js"] = """
H A Dcompiler_customization_test.py10 from processor import FileCache, Processor namespace
35 FileCache._cache[file_path] = source_code
H A Dprocessor.py24 class FileCache(object): class in inherits:object
28 FileCache.read(path_to_file)
99 lines = FileCache.read(source_file).splitlines()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer.h38 class FileCache;
50 FileCache* cache,
89 FileCache* cache_;
/external/lldb/include/lldb/Core/
H A DSourceManager.h105 typedef std::map <FileSpec, FileSP> FileCache; typedef in class:lldb_private::SourceManager::SourceFileCache
106 FileCache m_file_cache;

Completed in 2207 milliseconds

12