Home
last modified time | relevance | path

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

/external/strace/
Dchmod.c11 SYS_FUNC(chmod) in SYS_FUNC() argument
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DFileUtils.java49 public static int chmod(File path, int mode) throws Exception { in chmod() method in FileUtils
/external/lz4/programs/
Dutil.h275 #define chmod _chmod macro
/external/libfuse/include/
Dfuse.h367 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); member
/external/python/parse_type/tasks/_vendor/
Dpathlib.py363 chmod = _wrap_strfunc(os.chmod) variable in _NormalAccessor
1113 def chmod(self, mode): member in Path
Dpath.py1156 def chmod(self, mode): member in Path
/external/python/cpython3/Lib/
Dpathlib.py409 chmod = os.chmod variable in _NormalAccessor
1293 def chmod(self, mode): member in Path
Dtarfile.py2273 def chmod(self, tarinfo, targetpath): member in TarFile
/external/brotli/c/tools/
Dbrotli.c50 #define chmod(F, P) (0) macro
/external/python/setuptools/setuptools/command/
Deasy_install.py1953 def chmod(path, mode): function
/external/python/cpython2/Lib/
Dtarfile.py2317 def chmod(self, tarinfo, targetpath): member in TarFile
/external/rust/crates/libc/src/windows/
Dmod.rs406 pub fn chmod(path: *const c_char, mode: ::c_int) -> ::c_int; in chmod() function
/external/rust/crates/libc/src/unix/
Dmod.rs662 pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; in chmod() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1860 pub fn chmod(path: *const ::c_char, mode: ::mode_t) -> ::c_int; in chmod() function
/external/toybox/android/linux/generated/
Dglobals.h1621 struct chmod_data chmod; member
/external/toybox/android/mac/generated/
Dglobals.h1621 struct chmod_data chmod; member
/external/toybox/android/device/generated/
Dglobals.h1621 struct chmod_data chmod; member
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3495 pub fn chmod(path: *const c_char, mode: mode_t) -> ::c_int; in chmod() function