Searched refs:_chmod (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/docker/ |
H A 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/ |
H A D | dumb.py | 88 self._chmod(self._datfile) 131 self._chmod(self._dirfile) 184 self._chmod(self._dirfile) 281 def _chmod(self, file): member in _Database
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | randfile.c | 41 # define chmod _chmod
|
/third_party/openssl/crypto/rand/ |
H A D | randfile.c | 42 # define chmod _chmod
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 43 # define chmod(path,mode) _chmod(path,mode)
|
/third_party/lz4/programs/ |
H A D | util.h | 42 # include <io.h> /* _chmod */ 345 #define chmod _chmod
|
/third_party/sqlite/src/ |
H A D | shell.c | 4731 # define chmod _chmod
|
Completed in 37 milliseconds