OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_file
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
addr.h
73
Addr(FileType file_type, int max_blocks, int
block_file
, int index) {
76
((
block_file
<< kFileSelectorOffset) & kFileSelectorMask) |
block_files.cc
593
// Only the
block_file
argument is relevant for what we want.
613
// Only the
block_file
argument is relevant for what we want.
/external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc
35
const char kBlockFileBackendType[] = "
block_file
";
251
<< " <backend_type>='
block_file
'|'simple'" << std::endl
/external/llvm/lib/Support/
MemoryBuffer.cpp
332
Type != sys::fs::file_type::
block_file
)
/external/llvm/lib/Support/Unix/
Path.inc
421
Type = file_type::
block_file
;
/external/llvm/include/llvm/Support/
FileSystem.h
59
block_file
,
member in class:llvm::sys::fs::file_type
Completed in 282 milliseconds