/third_party/protobuf/python/google/protobuf/ |
H A 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/rust/crates/rustix/tests/fs/ |
H A 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() 73 assert_eq!(f_type, rustix::fs::PROC_SUPER_MAGIC); in test_statfs_procfs()
|
/third_party/ltp/lib/ |
H A D | tst_fs_type.c | 25 return sbuf.f_type; in tst_fs_type_() 28 const char *tst_fs_type_name(long f_type) in tst_fs_type_name() argument 30 switch (f_type) { in tst_fs_type_name()
|
/third_party/musl/src/stat/ |
H A D | statvfs.c | 42 out->f_type = in->f_type; in fixup()
|
/third_party/toybox/toys/other/ |
H A D | switch_root.c | 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | mod.rs | 7 pub f_type: ::c_ulong, 78 pub f_type: ::c_ulong,
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/generic/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/s390x/bits/ |
H A D | statfs.h | 2 unsigned f_type, f_bsize; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 247 pub f_type: u32, 287 && self.f_type == other.f_type in eq() 343 self.f_type.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 247 pub f_type: u32, 287 && self.f_type == other.f_type in eq() 343 self.f_type.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 237 pub f_type: u32, 277 && self.f_type == other.f_type in eq() 333 self.f_type.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 226 pub f_type: u32, 268 && self.f_type == other.f_type in eq() 324 self.f_type.hash(state); in hash()
|
/third_party/musl/arch/mips/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mips64/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/x32/bits/ |
H A D | statfs.h | 2 unsigned long f_type, __pad0, f_bsize, __pad1; member
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 981 if (state->sfsb.f_type == SYSFS_MAGIC && in selinux_restorecon_thread() 1279 if (state.sfsb.f_type == RAMFS_MAGIC || state.sfsb.f_type == TMPFS_MAGIC || in selinux_restorecon_common() 1280 state.sfsb.f_type == SYSFS_MAGIC) in selinux_restorecon_common() 1583 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1584 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr() 1618 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr() 1619 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
|
/third_party/gn/src/base/files/ |
H A D | file_util_linux.cc | 24 // Not all possible |statfs_buf.f_type| values are in linux/magic.h. in GetFileSystemType() 26 switch (statfs_buf.f_type) { in GetFileSystemType()
|
/third_party/musl/include/sys/ |
H A D | statvfs.h | 26 unsigned int f_type; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 71 pub f_type: u32, 141 pub f_type: u32,
|