/external/strace/ |
D | uid.c | 133 SYS_FUNC(chown) in SYS_FUNC() argument
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 190 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown() function
|
/external/libfuse/include/ |
D | fuse.h | 377 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
|
/external/python/cpython3/Lib/ |
D | shutil.py | 1284 def chown(path, user=None, group=None): function
|
D | tarfile.py | 2258 def chown(self, tarinfo, targetpath, numeric_owner): member in TarFile
|
/external/brotli/c/tools/ |
D | brotli.c | 56 #define chown(F, O, G) (0) macro
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1169 def chown(self, uid=-1, gid=-1): member in Path
|
/external/python/cpython2/Lib/ |
D | tarfile.py | 2295 def chown(self, tarinfo, targetpath): member in TarFile
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 646 pub fn chown<P: ?Sized + NixPath>(path: &P, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in chown() function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 4229 def chown(self, path, uid, gid, *, dir_fd=None, follow_symlinks=True): member in FakeOsModule
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 819 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1179 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3565 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|