HomeSort by relevance Sort by last modified time
    Searched refs:applesingle (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 10 import applesingle namespace
54 applesingle.decode(test_support.TESTFN, TESTFN2)
63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 10 import applesingle namespace
54 applesingle.decode(test_support.TESTFN, TESTFN2)
63 applesingle.decode(test_support.TESTFN, TESTFN2, resonly=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 79 AppleSingle file"""
81 # a data-fork based resource file or a AppleSingle file
91 # Finally try decoding an AppleSingle file
100 # a data-fork based resource file or a AppleSingle file
110 # Finally try decoding an AppleSingle file
120 # Decode an AppleSingle resource file, return the new pathname.
133 import applesingle namespace
134 applesingle.decode(pathname, newpathname, resonly=1)

Completed in 175 milliseconds