Home
last modified time | relevance | path

Searched defs:chown (Results 1 – 16 of 16) sorted by relevance

/external/musl/src/unistd/
Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown() function
/external/strace/
Duid.c133 SYS_FUNC(chown) in SYS_FUNC() argument
/external/libfuse/include/
Dfuse.h380 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
/external/crosvm/base/src/sys/unix/
Dmod.rs217 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown() function
/external/python/cpython3/Lib/
Dshutil.py1310 def chown(path, user=None, group=None): function
Dtarfile.py2271 def chown(self, tarinfo, targetpath, numeric_owner): member in TarFile
/external/brotli/c/tools/
Dbrotli.c56 #define chown(F, O, G) (0) macro
/external/cronet/third_party/brotli/tools/
Dbrotli.c56 #define chown(F, O, G) (0) macro
/external/python/parse_type/tasks/_vendor/
Dpath.py1169 def chown(self, uid=-1, gid=-1): member in Path
/external/python/cpython2/Lib/
Dtarfile.py2295 def chown(self, tarinfo, targetpath): member in TarFile
/external/rust/crates/libc/src/unix/
Dmod.rs860 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py4588 def chown(self, path: AnyStr, uid: int, gid: int, *, member in FakeOsModule
/external/rust/crates/libc/src/vxworks/
Dmod.rs1192 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
/external/crosvm/jail/seccomp/x86_64/
Dconstants.json2005 "chown": 92, number
/external/crosvm/jail/seccomp/arm/
Dconstants.json2047 "chown": 182, number
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function