HomeSort by relevance Sort by last modified time
    Searched refs:_chmod (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dumbdbm.py 72 self._chmod(self._datfile)
111 self._chmod(self._dirfile)
158 self._chmod(self._dirfile)
220 def _chmod (self, file): member in class:_Database
  /external/python/cpython2/Lib/
dumbdbm.py 74 self._chmod(self._datfile)
115 self._chmod(self._dirfile)
158 self._chmod(self._dirfile)
223 def _chmod (self, file): member in class:_Database
  /external/python/cpython3/Lib/dbm/
dumb.py 90 self._chmod(self._datfile)
136 self._chmod(self._dirfile)
189 self._chmod(self._dirfile)
290 def _chmod(self, file): member in class:_Database
  /external/flac/libFLAC/
windows_unicode_filenames.c 116 return _chmod(filename, pmode);
  /external/zlib/src/contrib/untgz/
untgz.c 32 # define chmod(path,mode) _chmod(path,mode)
  /external/lz4/programs/
util.h 41 # include <io.h> /* _chmod */
275 #define chmod _chmod
  /external/python/setuptools/setuptools/command/
easy_install.py 1949 def _chmod(*args): function in function:is_python_script
    [all...]

Completed in 194 milliseconds