HomeSort by relevance Sort by last modified time
    Searched full:block_file (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/disk_cache/
addr.h 54 Addr(FileType file_type, int max_blocks, int block_file, int index) {
57 ((block_file << kFileSelectorOffset) & kFileSelectorMask) |
block_files.cc 510 // Only the block_file argument is relevant for what we want.
530 // Only the block_file argument is relevant for what we want.
  /external/chromium_org/net/disk_cache/
addr.h 61 Addr(FileType file_type, int max_blocks, int block_file, int index) {
64 ((block_file << kFileSelectorOffset) & kFileSelectorMask) |
block_files.cc 594 // Only the block_file argument is relevant for what we want.
614 // 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/grub/stage2/
disk_io.c 112 static int block_file = 0; variable
    [all...]
  /external/grub/docs/
internals.texi 247 used, after setting @var{block_file} to 1.
grub.info     [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 334 Type != sys::fs::file_type::block_file)
  /external/llvm/lib/Support/Unix/
Path.inc 482 Type = file_type::block_file;
  /external/llvm/include/llvm/Support/
FileSystem.h 61 block_file, enumerator in enum:llvm::sys::fs::file_type::_
    [all...]
  /external/grub/
ChangeLog     [all...]

Completed in 302 milliseconds