Home
last modified time | relevance | path

Searched defs:FileAttr (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/chezmoi/
H A Dattr.go63 type FileAttr struct { struct
64 TargetName string
65 Type SourceFileTargetType
66 Condition ScriptCondition
67 Empty bool
68 Encrypted bool
69 Executable bool
70 Order ScriptOrder
71 Private bool
72 ReadOnly bool
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/src/nodes/
H A Dmod.rs112 fn setattr_owners(attr: &mut fuse::FileAttr, path: Option<&PathBuf>, uid: Option<unistd::Uid>, in setattr_owners()
128 fn setattr_times(attr: &mut fuse::FileAttr, path: Option<&PathBuf>, in setattr_times()
165 fn setattr_size(attr: &mut fuse::FileAttr, path: Option<&PathBuf>, size: Option<u64>) in setattr_size()
190 pub fn setattr(path: Option<&PathBuf>, attr: &fuse::FileAttr, delta: &AttrDelta) in setattr()
191 -> Result<fuse::FileAttr, nix::Error> { in setattr()
365 -> NodeResult<(ArcNode, ArcHandle, fuse::FileAttr)> { in create()
370 fn getattr(&self) -> NodeResult<fuse::FileAttr>; in getattr()
399 -> NodeResult<(ArcNode, fuse::FileAttr)> { in lookup()
412 _ids: &IdGenerator, _cache: &dyn Cache) -> NodeResult<(ArcNode, fuse::FileAttr)> { in mkdir()
425 _ids: &IdGenerator, _cache: &dyn Cache) -> NodeResult<(ArcNode, fuse::FileAttr)> { in mknod()
[all …]
H A Dsymlink.rs64 fn getattr_locked(inode: u64, state: &mut MutableSymlink) -> NodeResult<fuse::FileAttr> { in getattr_locked()
117 fn getattr(&self) -> NodeResult<fuse::FileAttr> { in getattr()
157 fn setattr(&self, delta: &AttrDelta) -> NodeResult<fuse::FileAttr> { in setattr()
H A Dfile.rs123 fn getattr_locked(inode: u64, state: &mut MutableFile) -> NodeResult<fuse::FileAttr> { in getattr_locked()
177 fn getattr(&self) -> NodeResult<fuse::FileAttr> { in getattr()
220 fn setattr(&self, delta: &AttrDelta) -> NodeResult<fuse::FileAttr> { in setattr()
H A Dconv.rs125 pub fn attr_fs_to_fuse(path: &Path, inode: u64, nlink: u32, attr: &fs::Metadata) -> fuse::FileAttr { in attr_fs_to_fuse()
203 pub fn fileattrs_eq(attr1: &fuse::FileAttr, attr2: &fuse::FileAttr) -> bool { in fileattrs_eq()
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/fuse-0.3.1/src/
H A Dlib.rs61 pub struct FileAttr { struct
63 pub ino: u64,
65 pub size: u64,
67 pub blocks: u64,
77 pub kind: FileType,
79 pub perm: u16,
81 pub nlink: u32,
83 pub uid: u32,
85 pub gid: u32,
87 pub rdev: u32,
[all …]
/dports/sysutils/fusefs-xfuse/xfuse-9c8824/cargo-crates/fuse-0.3.1/src/
H A Dlib.rs61 pub struct FileAttr { struct
63 pub ino: u64,
65 pub size: u64,
67 pub blocks: u64,
77 pub kind: FileType,
79 pub perm: u16,
81 pub nlink: u32,
83 pub uid: u32,
85 pub gid: u32,
87 pub rdev: u32,
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unsupported/
H A Dfs.rs11 pub struct FileAttr(!); struct
27 impl FileAttr { impl
53 impl Clone for FileAttr { implementation
54 fn clone(&self) -> FileAttr { in clone()
154 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
181 pub fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
294 pub fn stat(_p: &Path) -> io::Result<FileAttr> { in stat()
298 pub fn lstat(_p: &Path) -> io::Result<FileAttr> { in lstat()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Drecord_file_format.h121 struct FileAttr { struct
122 perf_event_attr attr;
123 SectionDesc ids;
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/hermit/
H A Dfs.rs25 pub struct FileAttr(!); struct
51 impl FileAttr { impl
77 impl Clone for FileAttr { implementation
78 fn clone(&self) -> FileAttr { in clone()
178 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
286 pub fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
394 pub fn stat(_p: &Path) -> io::Result<FileAttr> { in stat()
398 pub fn lstat(_p: &Path) -> io::Result<FileAttr> { in lstat()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-installer/src/
H A Dremove_dir_all.rs503 fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
685 fn metadata(&self) -> io::Result<FileAttr> { in metadata()
741 struct FileAttr { struct
742 attributes: DWORD,
743 creation_time: FILETIME,
744 last_access_time: FILETIME,
745 last_write_time: FILETIME,
746 file_size: u64,
747 reparse_tag: DWORD,
750 impl FileAttr { impl
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dfs.rs25 pub struct FileAttr { struct
26 attributes: c::DWORD,
27 creation_time: c::FILETIME,
28 last_access_time: c::FILETIME,
29 last_write_time: c::FILETIME,
30 file_size: u64,
31 reparse_tag: c::DWORD,
32 volume_serial_number: Option<u32>,
33 number_of_links: Option<u32>,
34 file_index: Option<u64>,
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/solid/
H A Dfs.rs48 pub struct FileAttr { struct
49 stat: abi::stat,
89 impl FileAttr { impl
200 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
312 pub fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
501 pub fn stat(p: &Path) -> io::Result<FileAttr> { in stat()
506 pub fn lstat(p: &Path) -> io::Result<FileAttr> { in lstat()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/wasi/
H A Dfs.rs26 pub struct FileAttr { struct
27 meta: wasi::Filestat,
74 impl FileAttr { impl
237 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
393 pub fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
397 pub fn metadata_at(&self, flags: wasi::Lookupflags, path: &Path) -> io::Result<FileAttr> { in metadata_at()
600 pub fn stat(p: &Path) -> io::Result<FileAttr> { in stat()
605 pub fn lstat(p: &Path) -> io::Result<FileAttr> { in lstat()
610 fn metadata_at(fd: &WasiFd, flags: wasi::Lookupflags, path: &Path) -> io::Result<FileAttr> { in metadata_at()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/
H A Dfs.rs264 impl FileAttr { impl
270 impl FileAttr { impl
277 impl FileAttr { impl
291 impl FileAttr { implementation
315 impl FileAttr { implementation
392 impl AsInner<stat64> for FileAttr { implementation
542 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
563 pub fn metadata(&self) -> io::Result<FileAttr> { in metadata()
780 pub fn file_attr(&self) -> io::Result<FileAttr> { in file_attr()
1184 pub fn stat(p: &Path) -> io::Result<FileAttr> { in stat()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dunrar_exec.h36 unsigned long FileAttr; member
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dunrar_exec.h36 unsigned long FileAttr; member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DMajor.cs67 FileAttr, enumerator
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dfind.hpp12 uint FileAttr; member
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dfind.hpp12 uint FileAttr; member
/dports/archivers/unrar-iconv/unrar/
H A Dfind.hpp12 uint FileAttr; member
/dports/archivers/unrar/unrar/
H A Dfind.hpp12 uint FileAttr; member
/dports/archivers/libunrar6/unrar/
H A Dfind.hpp12 uint FileAttr; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dfind.hpp12 uint FileAttr; member
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dfind.hpp12 uint FileAttr; member

12345678910>>...24