Home
last modified time | relevance | path

Searched refs:UID_GID_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py22 UID_GID_SUPPORT = True variable
24 UID_GID_SUPPORT = False variable
234 if UID_GID_SUPPORT:
258 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
Dtest_sdist.py21 UID_GID_SUPPORT = True variable
23 UID_GID_SUPPORT = False variable
321 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/external/python/cpython2/Lib/test/
Dtest_shutil.py27 UID_GID_SUPPORT = True variable
29 UID_GID_SUPPORT = False variable
559 if UID_GID_SUPPORT:
583 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")