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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 48 datafork = None variable in class:AppleSingle
82 self.datafork = data
95 elif (self.resourcefork is None and self.datafork is None):
98 if self.datafork is not None:
100 fp.write(self.datafork)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 48 datafork = None variable in class:AppleSingle
82 self.datafork = data
95 elif (self.resourcefork is None and self.datafork is None):
98 if self.datafork is not None:
100 fp.write(self.datafork)

Completed in 223 milliseconds