Home
last modified time | relevance | path

Searched defs:_chmod (Results 1 – 4 of 4) sorted by relevance

/external/skia/infra/bots/recipe_modules/docker/
Dapi.py16 def _chmod(self, filepath, mode, recursive=False): member in DockerApi
/external/python/cpython2/Lib/
Ddumbdbm.py223 def _chmod (self, file): member in _Database
/external/python/cpython3/Lib/dbm/
Ddumb.py280 def _chmod(self, file): member in _Database
/external/python/setuptools/setuptools/command/
Deasy_install.py1946 from os import chmod as _chmod unknown
1949 def _chmod(*args): function