Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDFileSystem.h157 off_t fs_st_size; variable
178 fs_st_gid(GID), fs_st_size(Size), Type(Type), Perms(Perms) {} in file_status()
200 uint64_t getSize() const { return fs_st_size; } in getSize()