Searched defs:macostools (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
H A Dmacresource.py10 import macostools namespace
H A Dbuildtools.py16 import macostools namespace
277 macostools.touched(destname)
343 ## macostools.touched(dest_fss)
H A Dic.py12 import macostools namespace
230 macostools.touched(fss)
/external/python/cpython2/Lib/test/
H A Dtest_macostools.py11 import macostools namespace
52 with test_support.check_warnings(('macostools.touched*',
54 macostools.touched(test_support.TESTFN)
59 macostools.copy(test_support.TESTFN, TESTFN2)
65 macostools.mkalias(test_support.TESTFN, TESTFN2)
79 macostools.mkalias(test_support.TESTFN, TESTFN2, sys.prefix)

Completed in 661 milliseconds