Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h143 uid_t fs_st_uid = 0; variable
168 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status()
202 uint32_t getUser() const { return fs_st_uid; } in getUser()