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

  /external/python/cpython2/Lib/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}):
249 if asfile:
250 _arguments['rtyp'] = mktype(asfile)
259 if asfile:
260 item.__class__ = asfile
applesingle.py 131 asfile = AppleSingle(infile, verbose=verbose)
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}):
249 if asfile:
250 _arguments['rtyp'] = mktype(asfile)
259 if asfile:
260 item.__class__ = asfile
applesingle.py 131 asfile = AppleSingle(infile, verbose=verbose)
132 asfile.tofile(outpath, resonly=resonly)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}):
249 if asfile:
250 _arguments['rtyp'] = mktype(asfile)
259 if asfile:
260 item.__class__ = asfile
applesingle.py 131 asfile = AppleSingle(infile, verbose=verbose)
132 asfile.tofile(outpath, resonly=resonly)

Completed in 866 milliseconds