Home
last modified time | relevance | path

Searched refs:block_file (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
Daddr.h54 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr() argument
57 ((block_file << kFileSelectorOffset) & kFileSelectorMask) | in Addr()
/external/grub/stage2/
Ddisk_io.c112 static int block_file = 0; variable
1552 block_file = 0; in grub_open()
1610 block_file = 1; in grub_open()
1673 if (block_file) in grub_read()
1784 if (block_file) in grub_close()
/external/llvm/include/llvm/Support/
DFileSystem.h60 block_file, enumerator
/external/grub/docs/
Dinternals.texi247 used, after setting @var{block_file} to 1.
/external/llvm/lib/Support/Unix/
DPathV2.inc346 result = file_status(file_type::block_file, prms);