Home
last modified time | relevance | path

Searched defs:set_executable (Results 1 – 9 of 9) sorted by relevance

/external/bazelbuild-rules_rust/tools/rustdoc/
Drustdoc_test_writer.rs250 fn set_executable(path: &Path) { in set_executable() function
262 fn set_executable(_path: &Path) { in set_executable() function
/external/python/cpython3/Lib/multiprocessing/
Dspawn.py36 def set_executable(exe): function
Dcontext.py172 def set_executable(self, executable): member in BaseContext
/external/python/cpython2/Lib/multiprocessing/
D__init__.py268 def set_executable(executable): function
Dforking.py222 def set_executable(exe): function
/external/python/setuptools/setuptools/_distutils/
Dccompiler.py153 def set_executable(self, key, value): member in CCompiler
/external/python/cpython2/Lib/distutils/
Dccompiler.py162 def set_executable(self, key, value): member in CCompiler
/external/python/cpython3/Lib/distutils/
Dccompiler.py153 def set_executable(self, key, value): member in CCompiler
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5849 set_executable = staticmethod(multiprocessing.set_executable) variable in ProcessesMixin