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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 12 AS_MAGIC=0x00051600
17 applesingledata = struct.pack(">ll16sh", AS_MAGIC, AS_VERSION, "foo", 2) + \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 12 AS_MAGIC=0x00051600
17 applesingledata = struct.pack(">ll16sh", AS_MAGIC, AS_VERSION, "foo", 2) + \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 35 AS_MAGIC=0x00051600
61 if magic != AS_MAGIC:

Completed in 213 milliseconds