/third_party/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
|
/third_party/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()
|
/third_party/rust/crates/rustix/tests/fs/ |
D | statfs.rs | 8 let _s: FsWord = t.f_type; in test_statfs_abi() 71 let f_type = statfs.f_type; in test_statfs_procfs() localVariable 73 assert_eq!(f_type, rustix::fs::PROC_SUPER_MAGIC); in test_statfs_procfs()
|
/third_party/toybox/toys/other/ |
D | switch_root.c | 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
|
D | stat.c | 152 } else if (type == 't') out('x', statfs->f_type); in print_statfs() 168 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 226 pub f_type: u32, 268 && self.f_type == other.f_type 324 self.f_type.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 7 pub f_type: ::c_ulong, 78 pub f_type: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 237 pub f_type: u32, 277 && self.f_type == other.f_type 333 self.f_type.hash(state);
|
/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 938 if (state->sfsb.f_type == SYSFS_MAGIC && in selinux_restorecon_thread() 1192 if (state.sfsb.f_type == RAMFS_MAGIC || state.sfsb.f_type == TMPFS_MAGIC || in selinux_restorecon_common() 1193 state.sfsb.f_type == SYSFS_MAGIC) in selinux_restorecon_common() 1491 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1492 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr() 1526 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1527 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 2 unsigned f_type, f_bsize; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/x32/bits/ |
D | statfs.h | 2 unsigned long f_type, __pad0, f_bsize, __pad1; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 247 pub f_type: u32, 287 && self.f_type == other.f_type 343 self.f_type.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 247 pub f_type: u32, 287 && self.f_type == other.f_type 343 self.f_type.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 71 pub f_type: u32, 141 pub f_type: u32,
|
/third_party/rust/crates/rustix/src/io/ |
D | procfs.rs | 176 let f_type = statfs.f_type; in check_procfs() localVariable 177 if f_type != PROC_SUPER_MAGIC { in check_procfs()
|
/third_party/gn/src/base/files/ |
D | file_util_linux.cc | 26 switch (statfs_buf.f_type) { in GetFileSystemType()
|