Home
last modified time | relevance | path

Searched defs:chmod (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/src/stat/
Dchmod.c5 int chmod(const char *path, mode_t mode) in chmod() function
/third_party/node/deps/openssl/openssl/crypto/rand/
Drandfile.c41 # define chmod _chmod macro
/third_party/openssl/crypto/rand/
Drandfile.c41 # define chmod _chmod macro
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js31 function chmod() { function
/third_party/node/lib/internal/fs/
Dpromises.js153 chmod(mode) { method in FileHandle
912 async function chmod(path, mode) { function
1049 chmod, property
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h122 int (*chmod) (const char *, mode_t); member
/third_party/zlib/contrib/untgz/
Duntgz.c32 # define chmod(path,mode) _chmod(path,mode) macro
/third_party/libfuse/include/
Dfuse.h392 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js243 chmod: function (...args) { method
/third_party/lz4/programs/
Dutil.h345 #define chmod _chmod macro
/third_party/python/Lib/
Dpathlib.py292 chmod = os.chmod variable in _NormalAccessor
1185 def chmod(self, mode, *, follow_symlinks=True): member in Path
Dtarfile.py2291 def chmod(self, tarinfo, targetpath): member in TarFile
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c55 #define chmod(F, P) (0) macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs127 pub(crate) fn chmod(filename: &CStr, mode: Mode) -> io::Result<()> { in chmod() function
/third_party/node/lib/
Dfs.js1969 function chmod(path, mode, callback) { function
/third_party/rust/crates/libc/src/windows/
Dmod.rs396 pub fn chmod(path: *const c_char, mode: ::c_int) -> ::c_int; in chmod() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs717 pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; in chmod() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs819 pub fn chmod(arg1: *const c_char, arg2: __mode_t) -> c_int; in chmod() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1698 pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int; in chmod() function
/third_party/toybox/generated/
Dglobals.h1596 struct chmod_data chmod; member
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3510 pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; in chmod() function