/external/libchrome/libchrome_tools/patch/ |
D | statfs_f_type.patch | 1 # In some platforms, |statfs_buf.f_type| is declared as signed, but some of the 17 // Not all possible |statfs_buf.f_type| values are in linux/magic.h. 19 - switch (statfs_buf.f_type) { 20 + // In some platforms, |statfs_buf.f_type| is declared as signed, but some of 23 + switch (static_cast<uintmax_t>(statfs_buf.f_type)) { 33 - switch (stats.f_type) { 34 + // In some platforms, |statfs_buf.f_type| is declared as signed, but some of 37 + switch (static_cast<uintmax_t>(stats.f_type)) {
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | statfs.h | 24 long f_type; member 25 #define f_fstyp f_type 47 __u32 f_type; member 67 long f_type; member 84 __u32 f_type; member
|
/external/protobuf/python/google/protobuf/ |
D | proto_builder.py | 94 for f_name, f_type in field_items: 96 fields_hash.update(str(f_type).encode('utf-8')) 124 for f_number, (f_name, f_type) in enumerate(field_items, 1): 129 field_proto.type = f_type
|
/external/ltp/lib/ |
D | tst_fs_type.c | 43 return sbuf.f_type; in tst_fs_type_() 46 const char *tst_fs_type_name(long f_type) in tst_fs_type_name() argument 48 switch (f_type) { in tst_fs_type_name()
|
/external/strace/ |
D | fetch_struct_statfs.c | 52 p->f_type = zero_extend_signed_to_ull(b.f_type); in MPERS_PRINTER_DECL() 100 p->f_type = zero_extend_signed_to_ull(b.f_type); in MPERS_PRINTER_DECL()
|
D | print_statfs.c | 67 print_statfs_type("{f_type=", b.f_type); in print_struct_statfs() 103 print_statfs_type("{f_type=", b.f_type); in print_struct_statfs64()
|
D | statfs.h | 32 unsigned long long f_type; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 24 __statfs_word f_type; member 47 __statfs_word f_type; member 70 __u32 f_type; member
|
/external/toybox/toys/other/ |
D | switch_root.c | 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
|
D | stat.c | 139 else if (type == 't') out('x', statfs->f_type); in print_statfs() 155 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 431 (unsigned long)fsinfo.f_type); 434 if (fsinfo.f_type == 0xef51 || fsinfo.f_type == 0xef52 || 435 fsinfo.f_type == 0xef53) {
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 895 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon() 1175 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1176 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr() 1210 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1211 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
|
D | init.c | 41 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) { in verify_selinuxmnt()
|
/external/libchrome/base/files/ |
D | file_util_linux.cc | 30 switch (static_cast<uintmax_t>(statfs_buf.f_type)) { in GetFileSystemType()
|
/external/ltp/testcases/kernel/syscalls/fstatfs/ |
D | fstatfs01.c | 88 tcases[i].msg, stats.f_type); in main()
|
/external/strace/tests/ |
D | xstatfsx.c | 82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
|
/external/strace/tests-mx32/ |
D | xstatfsx.c | 82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
|
/external/strace/tests-m32/ |
D | xstatfsx.c | 82 print_statfs_type("{f_type=", b->f_type); in print_statfs()
|
/external/ltp/include/ |
D | tst_fs.h | 88 const char *tst_fs_type_name(long f_type);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 11-4.c | 71 if (buf.f_type == TYPE_TMPFS_MAGIC) { in main()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | InstConstraintVisitor.java | 1280 final Type f_type = Type.getType(field.getSignature()); in visitGETFIELD() local 1285 if (f_type.equals(o_type)) { in visitGETFIELD() 1299 final Type f_type = Type.getType(field.getSignature()); in visitGETFIELD() local 1301 if (f_type.equals(o_type)) { in visitGETFIELD() 2718 final Type f_type = Type.getType(field.getSignature()); in visitPUTFIELD() local 2723 if (f_type.equals(o_type)) { in visitPUTFIELD() 2811 final Type f_type = Type.getType(field.getSignature()); in visitPUTSTATIC() local 2816 if (f_type.equals(o_type)) { in visitPUTSTATIC()
|
/external/libchrome/base/ |
D | sys_info_posix.cc | 96 switch (static_cast<uintmax_t>(stats.f_type)) { in IsStatsZeroIfUnlimited()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | Pass3aVerifier.java | 603 final Type f_type = Type.getType(field.getSignature()); in visitFieldInstruction() local 608 if (f_type.equals(o_type)) { in visitFieldInstruction() 621 final Type f_type = Type.getType(field.getSignature()); in visitFieldInstruction() local 623 if (f_type.equals(o_type)) { in visitFieldInstruction()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 99 int f_type; /* file type S_IFREG, etc... */ member 518 type = value_to_string(Ftype_Map, File_List[i].f_type); in startup_info() 641 if (fptr->f_type == S_IFREG && (flags->m_flags & FLG_RAW)) in form_iorequest() 979 rec->f_type = sbuf.st_mode & S_IFMT; in get_file_info()
|
/external/libffi/src/ |
D | closures.c | 141 && (unsigned int) sfs.f_type == 0xf97cff8cU) in selinux_enabled_check()
|