Home
last modified time | relevance | path

Searched defs:GID (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DArchiveWriter.h27 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h74 char GID[6]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp150 printRestOfMemberHeader( raw_ostream &Out, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) printRestOfMemberHeader() argument
166 printGNUSmallMemberHeader(raw_ostream &Out, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) printGNUSmallMemberHeader() argument
175 printBSDMemberHeader(raw_ostream &Out, uint64_t Pos, StringRef Name, const sys::TimePoint<std::chrono::seconds> &ModTime, unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) printBSDMemberHeader() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, time_t MTime, uid_t UID, gid_t GID, off_t Size) file_status() argument
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs600 const GID = c::STATX_GID; consts
656 const GID = 0x0010; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs433 const GID = linux_raw_sys::general::STATX_GID; consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h184 basic_file_status(file_type Type, perms Perms, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) basic_file_status() argument
266 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) file_status() argument

Completed in 11 milliseconds