Searched defs:chmod (Results 1 – 9 of 9) sorted by relevance
11 SYS_FUNC(chmod) in SYS_FUNC() argument
49 public static int chmod(File path, int mode) throws Exception { in chmod() method in FileUtils
168 #define chmod _chmod macro
32 # define chmod(path,mode) _chmod(path,mode) macro
50 #define chmod(F, P) (0) macro
409 chmod = _wrap_strfunc(os.chmod) variable in _NormalAccessor1243 def chmod(self, mode): member in Path
2253 def chmod(self, tarinfo, targetpath): member in TarFile
2317 def chmod(self, tarinfo, targetpath): member in TarFile
1514 struct chmod_data chmod; member