class RBFuse::Stat
Constants
- S_IFBLK
- S_IFCHR
- S_IFDIR
- S_IFIFO
- S_IFLNK
- S_IFMT
- S_IFREG
- S_IFSOCK
- S_IFWHT
- S_IRGRP
- S_IROTH
- S_IRUSR
- S_IRWXG
- S_IRWXO
- S_IRWXU
- S_ISGID
- S_ISUID
st_mode file mode
- S_ISVTX
- S_IWGRP
- S_IWOTH
- S_IWUSR
- S_IXGRP
- S_IXOTH
- S_IXUSR
Public Instance Methods
st_atime()
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 44 def st_atime self[:st_atimespec][:tv_sec] end
st_atime=(val)
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 48 def st_atime=(val) self[:st_atimespec][:tv_sec] = val end
st_ctime()
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 60 def st_ctime self[:st_ctimespec][:tv_sec] end
st_ctime=(val)
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 64 def st_ctime=(val) self[:st_ctimespec][:tv_sec] = val end
st_mtime()
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 52 def st_mtime self[:st_mtimespec][:tv_sec] end
st_mtime=(val)
click to toggle source
# File lib/rbfuse/x86_64-darwin/stat.rb, line 56 def st_mtime=(val) self[:st_mtimespec][:tv_sec] = val end