HomeSort by relevance Sort by last modified time
    Searched defs:file_type (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /system/extras/ext4_utils/
contents.h 26 u8 file_type; member in struct:dentry
  /external/chromium/net/disk_cache/
addr.h 54 Addr(FileType file_type, int max_blocks, int block_file, int index) {
55 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) |
78 FileType file_type() const { function in class:disk_cache::Addr
93 return BlockSizeForFileType(file_type());
96 static int BlockSizeForFileType(FileType file_type) {
97 switch (file_type) {
entry_impl.cc 583 rankings_addr.file_type() != RANKINGS || rankings_addr.num_blocks() != 1)
588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
1113 FileType file_type = Addr::RequiredFileType(size); local
    [all...]
  /external/grub/stage2/
fsys_iso9660.c 144 unsigned char file_type; local
181 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR;
238 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT)
359 if (file_type != ISO_DIRECTORY)
366 if (file_type != ISO_REGULAR)
fsys_ext2fs.c 179 __u8 file_type; member in struct:ext2_dir_entry
  /external/e2fsprogs/e2fsck/
pass3.c 507 int file_type = 0; local
523 file_type = ext2_file_type(inode.i_mode);
524 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
536 ino, file_type);
  /external/freetype/include/freetype/
ftwinfnt.h 188 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 161 const std::string& file_type)
164 file_type_(file_type) {
226 const std::string& file_type)
229 file_type_(file_type) {
410 const std::string& file_type,
414 file_type)),
517 const std::string& file_type,
551 path_to_file, width, height, std::string(), job_title, file_type,
573 const std::string& file_type,
583 file_type,
605 std::string file_type = "application\/pdf"; local
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 51 /// file_type - An "enum class" enumeration for the file system's view of the
53 struct file_type { struct in namespace:llvm::sys::fs
67 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
68 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
165 file_type Type;
168 explicit file_status(file_type v=file_type::status_error,
173 file_type type() const { return Type; }
177 void type(file_type v) { Type = v; }
387 /// @returns status.type() == file_type::directory_file
    [all...]
  /bionic/libc/kernel/common/linux/
ext2_fs.h 390 __u8 file_type; member in struct:ext2_dir_entry_2
ext3_fs.h 457 __u8 file_type; member in struct:ext3_dir_entry_2
  /development/ndk/platforms/android-3/include/linux/
ext2_fs.h 358 __u8 file_type; member in struct:ext2_dir_entry_2
ext3_fs.h 421 __u8 file_type; member in struct:ext3_dir_entry_2
  /external/kernel-headers/original/linux/
ext2_fs.h 521 * file_type field.
527 __u8 file_type; member in struct:ext2_dir_entry_2
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 169 } file_type; typedef in typeref:enum:__anon20903
279 file_type file_type_option;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 495 * file_type field.
501 __u8 file_type; member in struct:ext2_dir_entry_2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 495 * file_type field.
501 __u8 file_type; member in struct:ext2_dir_entry_2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 495 * file_type field.
501 __u8 file_type; member in struct:ext2_dir_entry_2
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h 358 __u8 file_type; member in struct:ext2_dir_entry_2
ext3_fs.h 421 __u8 file_type; member in struct:ext3_dir_entry_2
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ext2_fs.h 358 __u8 file_type; member in struct:ext2_dir_entry_2
ext3_fs.h 421 __u8 file_type; member in struct:ext3_dir_entry_2
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
ext2_fs.h 358 __u8 file_type; member in struct:ext2_dir_entry_2
ext3_fs.h 421 __u8 file_type; member in struct:ext3_dir_entry_2
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ext2_fs.h 358 __u8 file_type; member in struct:ext2_dir_entry_2

Completed in 2819 milliseconds

1 2 3 4