Home
last modified time | relevance | path

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

/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py37 STAT_0o755 = ( stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR variable
1339 os.chmod(outPath, STAT_0o755)
1623 os.chmod(folder, STAT_0o755)
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py37 STAT_0o755 = ( stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR variable
1357 os.chmod(outPath, STAT_0o755)
1639 os.chmod(folder, STAT_0o755)