OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockFiles
(Results
1 - 14
of
14
) sorted by null
/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
91
class NET_EXPORT_PRIVATE
BlockFiles
{
93
explicit
BlockFiles
(const base::FilePath& path);
94
~
BlockFiles
();
164
DISALLOW_COPY_AND_ASSIGN(
BlockFiles
);
block_files.cc
263
BlockFiles
::
BlockFiles
(const base::FilePath& path)
267
BlockFiles
::~
BlockFiles
() {
273
bool
BlockFiles
::Init(bool create_files) {
298
MappedFile*
BlockFiles
::GetFile(Addr address) {
317
bool
BlockFiles
::CreateBlock(FileType block_type, int block_count,
347
void
BlockFiles
::DeleteBlock(Addr address, bool deep) {
383
void
BlockFiles
::CloseFiles() {
397
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/disk_cache/v3/
backend_worker.h
52
BlockFiles
block_files_; // Set of files used to store all data.
backend_impl_v3.h
251
BlockFiles
block_files_; // Set of files used to store all data.
/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 420 milliseconds