Home
last modified time | relevance | path

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

/external/strace/
Duid.c133 SYS_FUNC(chown) in SYS_FUNC() argument
/external/crosvm/sys_util/src/
Dlib.rs126 pub fn chown(path: &CStr, uid: uid_t, gid: gid_t) -> Result<()> { in chown() function
/external/libfuse/include/
Dfuse.h377 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
/external/python/cpython3/Lib/
Dshutil.py1257 def chown(path, user=None, group=None): function
Dtarfile.py2244 def chown(self, tarinfo, targetpath, numeric_owner): member in TarFile
/external/brotli/c/tools/
Dbrotli.c51 #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.rs797 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1223 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3586 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function