Searched refs:_chmod (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/docker/ |
D | api.py | 16 def _chmod(self, filepath, mode, recursive=False): member in DockerApi 52 self._chmod(out_dir, '777') 56 self._chmod(src_dir, '755') 59 self._chmod(script, '0755') 70 self._chmod(dest, '644') 75 self._chmod(elem, 'a+r', recursive=True)
|
/third_party/python/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
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 41 # define chmod _chmod
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 32 # define chmod(path,mode) _chmod(path,mode)
|
/third_party/lz4/programs/ |
D | util.h | 345 #define chmod _chmod
|
/third_party/sqlite/src/ |
D | shell.c | 4731 # define chmod _chmod
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 85289 -# define chmod _chmod 89612 +# define chmod _chmod 123704 -# define chmod _chmod 128027 +# define chmod _chmod
|