Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h151 off_t fs_st_size; variable
171 fs_st_uid(0), fs_st_gid(0), fs_st_size(0), in file_status()
176 fs_st_uid(0), fs_st_gid(0), fs_st_size(0), Type(Type), in file_status()
182 fs_st_uid(UID), fs_st_gid(GID), fs_st_size(Size), Type(Type), in file_status()
220 uint64_t getSize() const { return fs_st_size; } in getSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h166 off_t fs_st_size = 0; variable
190 fs_st_size(Size), Type(Type), Perms(Perms) {} in basic_file_status()
225 uint64_t getSize() const { return fs_st_size; } in getSize()