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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 69 self.assertEqual(o.as_pathname(), unpacked.as_pathname())
81 self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(),
82 unpacked.FSResolveAlias(None)[0].as_pathname())
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 69 self.assertEqual(o.as_pathname(), unpacked.as_pathname())
81 self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(),
82 unpacked.FSResolveAlias(None)[0].as_pathname())
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 125 infile = infile.as_pathname()
128 infile = infile.as_pathname()
argvemulator.py 81 pathname = fsref.as_pathname()
EasyDialogs.py 671 return tpwanted(rr.selection_fsr[0].as_pathname())
673 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8')
781 return tpwanted(rr.selection_fsr[0].as_pathname())
783 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8')
812 Message("rv.as_pathname: %s"%rv.as_pathname())
buildtools.py 66 file = file.as_pathname()
156 template = template_fsr.as_pathname()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 210 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 210 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()

Completed in 275 milliseconds