Home
last modified time | relevance | path

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

/external/skia/infra/bots/recipe_modules/docker/
Dapi.py16 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/
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.py87 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/
Dwindows_unicode_filenames.c116 return _chmod(filename, pmode); in flac_internal_chmod_utf8()
/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)
/external/sqlite/dist/
Dshell.c2128 # define chmod _chmod
/external/sqlite/dist/orig/
Dshell.c2122 # define chmod _chmod