Home
last modified time | relevance | path

Searched refs:_chmod (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Ddumbdbm.py74 self._chmod(self._datfile)
115 self._chmod(self._dirfile)
158 self._chmod(self._dirfile)
223 def _chmod (self, file): member in _Database
/external/python/cpython3/Lib/dbm/
Ddumb.py90 self._chmod(self._datfile)
136 self._chmod(self._dirfile)
189 self._chmod(self._dirfile)
290 def _chmod(self, file): member in _Database
/external/flac/libFLAC/
Dwindows_unicode_filenames.c116 return _chmod(filename, pmode); in flac_internal_chmod_utf8()
/external/zlib/src/contrib/untgz/
Duntgz.c32 # define chmod(path,mode) _chmod(path,mode)
/external/lz4/programs/
Dutil.h275 #define chmod _chmod
/external/python/setuptools/setuptools/command/
Deasy_install.py1946 from os import chmod as _chmod unknown
1949 def _chmod(*args): function
1956 _chmod(path, mode)