Home
last modified time | relevance | path

Searched refs:UID_GID_SUPPORT (Results 1 – 6 of 6) 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/cpython3/Lib/distutils/tests/
Dtest_archive_util.py21 UID_GID_SUPPORT = True variable
23 UID_GID_SUPPORT = False variable
339 if UID_GID_SUPPORT:
364 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
Dtest_sdist.py20 UID_GID_SUPPORT = True variable
22 UID_GID_SUPPORT = False variable
441 @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
560 if UID_GID_SUPPORT:
584 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/external/python/cpython3/Lib/test/
Dtest_shutil.py32 UID_GID_SUPPORT = True variable
34 UID_GID_SUPPORT = False variable
1141 if UID_GID_SUPPORT:
1166 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
1315 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")