/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 21 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 38 rfp = MacOS.openrf(test_support.TESTFN, '*rb') 41 rfp = MacOS.openrf(TESTFN2, '*rb')
|
test_macos.py | 72 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 82 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
|
test_applesingle.py | 43 fp = MacOS.openrf(TESTFN2, '*rb')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 21 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 38 rfp = MacOS.openrf(test_support.TESTFN, '*rb') 41 rfp = MacOS.openrf(TESTFN2, '*rb')
|
test_macos.py | 72 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 82 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
|
test_applesingle.py | 43 fp = MacOS.openrf(TESTFN2, '*rb')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
applesingle.py | 14 def openrf(path, mode): member in class:MacOS 16 openrf = classmethod(openrf) variable in class:MacOS 103 fp = MacOS.openrf(path, '*wb')
|
macostools.py | 16 openrf = MacOS.openrf variable 19 openrf = open variable 106 ifp = openrf(src, '*rb') 107 ofp = openrf(dst, '*wb')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
binhex.py | 49 from MacOS import openrf namespace 58 fp = openrf(name, '*rb') 68 return openrf(name, mode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
binhex.py | 49 from MacOS import openrf namespace 58 fp = openrf(name, '*rb') 68 return openrf(name, mode)
|