HomeSort by relevance Sort by last modified time
    Searched refs:block_file (Results 1 - 5 of 5) 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) |
  /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) |
  /external/grub/stage2/
disk_io.c 112 static int block_file = 0; variable
    [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 334 Type != sys::fs::file_type::block_file)
  /external/llvm/include/llvm/Support/
FileSystem.h 61 block_file, enumerator in enum:llvm::sys::fs::file_type::_
    [all...]

Completed in 213 milliseconds