Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h146 off_t fs_st_size; 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()
173 fs_st_gid(GID), fs_st_size(Size), Type(Type), Perms(Perms) {} in file_status()
205 uint64_t getSize() const { return fs_st_size; } in getSize()