Home
last modified time | relevance | path

Searched defs:chown (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/unistd/
H A Dchown.c5 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 Dindex.js[all...]
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js39 function chown({ uid, gid }) { function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h125 int (*chown) (const char *, uid_t, gid_t); member
/third_party/libfuse/include/
H A Dfuse.h402 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); member
/third_party/python/Lib/
H A Dshutil.py1362 def chown(path, user=None, group=None): function
H A Dtarfile.py2546 def chown(self, tarinfo, targetpath, numeric_owner): member in TarFile
/third_party/node/lib/
H A Dfs.js2071 function chown(path, uid, gid, callback) { function
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c56 #define chown(F, O, G) (0) macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs717 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 Dmod.rs860 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 Dmod.rs1192 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 Dmod.rs3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() functions

Completed in 36 milliseconds