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

/external/llvm/include/llvm/Support/
H A DFileSystem.h145 gid_t fs_st_gid; member in class:llvm::sys::fs::file_status
162 fs_st_uid(0), fs_st_gid(0), fs_st_size(0),
166 fs_st_uid(0), fs_st_gid(0), fs_st_size(0), Type(Type),
172 fs_st_gid(GID), fs_st_size(Size), Type(Type), Perms(Perms) {}
203 uint32_t getGroup() const { return fs_st_gid; }

Completed in 138 milliseconds