OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileBlock
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/disk_cache/
file_block.h
16
class
FileBlock
{
18
virtual ~
FileBlock
() {}
mapped_file.h
37
bool Load(const
FileBlock
* block);
38
bool Store(const
FileBlock
* block);
storage_block.h
17
// stored on a block-file. It implements the
FileBlock
interface, so it can be
32
class StorageBlock : public
FileBlock
{
37
//
FileBlock
interface.
mapped_file_posix.cc
35
bool MappedFile::Load(const
FileBlock
* block) {
40
bool MappedFile::Store(const
FileBlock
* block) {
mapped_file_win.cc
45
bool MappedFile::Load(const
FileBlock
* block) {
50
bool MappedFile::Store(const
FileBlock
* block) {
Completed in 58 milliseconds