Home
last modified time | relevance | path

Searched refs:is_chmod_supported (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/
Dsetup.py2266 if not self.is_chmod_supported(): return
2277 if not self.is_chmod_supported(): return
2284 def is_chmod_supported(self): member in PyBuildInstallLib
/external/python/cpython2/
Dsetup.py2225 if not self.is_chmod_supported(): return
2236 if not self.is_chmod_supported(): return
2244 def is_chmod_supported(self): member in PyBuildInstallLib