Searched defs:chown (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/src/unistd/ |
H A D | chown.c | 5 int chown(const char *path, uid_t uid, gid_t gid) in chown() function
|
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/ |
H A D | index.js | [all...] |
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 39 function chown({ uid, gid }) { function
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 125 int (*chown) (const char *, uid_t, gid_t); member
|
/third_party/libfuse/include/ |
H A D | fuse.h | 402 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
|
/third_party/python/Lib/ |
H A D | shutil.py | 1362 def chown(path, user=None, group=None): function
|
H A D | tarfile.py | 2546 def chown(self, tarinfo, targetpath, numeric_owner): member in TarFile
|
/third_party/node/lib/ |
H A D | fs.js | 2071 function chown(path, uid, gid, callback) { function
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 56 #define chown(F, O, G) (0) macro
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 717 pub fn chown<P: ?Sized + NixPath>(path: &P, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in chown() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 860 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1192 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() functions
|
Completed in 36 milliseconds