Searched refs:_chmod (Results 1 – 6 of 6) sorted by relevance
74 self._chmod(self._datfile)115 self._chmod(self._dirfile)158 self._chmod(self._dirfile)223 def _chmod (self, file): member in _Database
90 self._chmod(self._datfile)136 self._chmod(self._dirfile)189 self._chmod(self._dirfile)290 def _chmod(self, file): member in _Database
116 return _chmod(filename, pmode); in flac_internal_chmod_utf8()
32 # define chmod(path,mode) _chmod(path,mode)
275 #define chmod _chmod
1946 from os import chmod as _chmod unknown1949 def _chmod(*args): function1956 _chmod(path, mode)