Home
last modified time | relevance | path

Searched refs:FsType (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs94 pub struct FsType(pub fs_type_t); structure names
100 pub const ADFS_SUPER_MAGIC: FsType =
101 FsType(libc::ADFS_SUPER_MAGIC as fs_type_t);
104 pub const AFFS_SUPER_MAGIC: FsType =
105 FsType(libc::AFFS_SUPER_MAGIC as fs_type_t);
108 pub const AFS_SUPER_MAGIC: FsType = FsType(libc::AFS_SUPER_MAGIC as fs_type_t);
111 pub const AUTOFS_SUPER_MAGIC: FsType =
112 FsType(libc::AUTOFS_SUPER_MAGIC as fs_type_t);
115 pub const BPF_FS_MAGIC: FsType
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dverify_os2.cc67 EXPECT_EQ(os2->FsType(), OS2_FS_TYPE); in VerifyOS_2()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h336 int32_t FsType();
420 int32_t FsType();
H A Dos2_table.cc121 int32_t OS2Table::FsType() { in FsType() function in sfntly::OS2Table
322 int32_t OS2Table::Builder::FsType() { in FsType() function in sfntly::OS2Table::Builder

Completed in 4 milliseconds