| /external/musl/src/unistd/ |
| D | chown.c | 5 int chown(const char *path, uid_t uid, gid_t gid) in chown() function
|
| /external/strace/ |
| D | uid.c | 133 SYS_FUNC(chown) in SYS_FUNC() argument
|
| /external/libfuse/include/ |
| D | fuse.h | 380 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
|
| /external/crosvm/base/src/sys/unix/ |
| D | mod.rs | 217 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown() function
|
| /external/python/cpython3/Lib/ |
| D | shutil.py | 1310 def chown(path, user=None, group=None): function
|
| D | tarfile.py | 2271 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/cronet/third_party/brotli/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/libc/src/unix/ |
| D | mod.rs | 860 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 4588 def chown(self, path: AnyStr, uid: int, gid: int, *, member in FakeOsModule
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1192 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 2005 "chown": 92, number
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 2047 "chown": 182, number
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() function
|