Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h144 uid_t fs_st_uid; variable
163 fs_st_uid(0), fs_st_gid(0), fs_st_size(0), in file_status()
167 fs_st_uid(0), fs_st_gid(0), fs_st_size(0), Type(Type), in file_status()
172 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID), in file_status()
203 uint32_t getUser() const { return fs_st_uid; } in getUser()