Home
last modified time | relevance | path

Searched refs:fs_st_gid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h144 gid_t fs_st_gid = 0; variable
168 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status()
203 uint32_t getGroup() const { return fs_st_gid; } in getGroup()