Home
last modified time | relevance | path

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

/external/skia/infra/bots/recipe_modules/docker/
Dapi.py16 def _chmod(self, filepath, mode, recursive=False): member in DockerApi
51 self._chmod(out_dir, '777')
55 self._chmod(src_dir, '755')
58 self._chmod(script, '0755')
67 self._chmod(dest, '644')
72 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/src/libFLAC/
Dwindows_unicode_filenames.c119 return _chmod(filename, pmode); in flac_internal_chmod_utf8()
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/
Duntgz.c32 # define chmod(path,mode) _chmod(path,mode)
/external/lz4/programs/
Dutil.h277 #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/zstd/programs/
Dutil.c81 #define chmod _chmod
/external/sqlite/dist/orig/
Dshell.c2198 # define chmod _chmod
/external/sqlite/dist/
Dshell.c2203 # define chmod _chmod