Searched refs:_chmod (Results 1 – 8 of 8) sorted by relevance
/external/skia/infra/bots/recipe_modules/docker/ |
D | api.py | 16 def _chmod(self, filepath, mode, recursive=False): member in DockerApi 40 self._chmod(out_dir, '777') 44 self._chmod(src_dir, '755') 47 self._chmod(script, '0755') 56 self._chmod(dest, '644') 61 self._chmod(elem, 'a+r', recursive=True)
|
/external/python/cpython2/Lib/ |
D | dumbdbm.py | 74 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/ |
D | dumb.py | 87 self._chmod(self._datfile) 130 self._chmod(self._dirfile) 183 self._chmod(self._dirfile) 280 def _chmod(self, file): member in _Database
|
/external/flac/libFLAC/ |
D | windows_unicode_filenames.c | 116 return _chmod(filename, pmode); in flac_internal_chmod_utf8()
|
/external/lz4/programs/ |
D | util.h | 275 #define chmod _chmod
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 1946 from os import chmod as _chmod unknown 1949 def _chmod(*args): function 1956 _chmod(path, mode)
|
/external/sqlite/dist/ |
D | shell.c | 2128 # define chmod _chmod
|
/external/sqlite/dist/orig/ |
D | shell.c | 2122 # define chmod _chmod
|