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

  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 83 def AddMakeBat(pepperdir, makepath):
89 makepath = os.path.abspath(makepath)
90 if not makepath.startswith(pepperdir):
91 ErrorExit('Make.bat not relative to Pepper directory: ' + makepath)
94 relpath = os.path.relpath(makeexe, makepath)
96 fp = open(os.path.join(makepath, 'make.bat'), 'wb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 79 def makepath(*paths): function
110 dir, dircase = makepath(dir)
124 dir, dircase = makepath(dir)
155 dir, dircase = makepath(sitedir, line)
180 sitedir, sitedircase = makepath(sitedir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 79 def makepath(*paths): function
110 dir, dircase = makepath(dir)
124 dir, dircase = makepath(dir)
155 dir, dircase = makepath(sitedir, line)
180 sitedir, sitedircase = makepath(sitedir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 57 # Test makepath() have an absolute path for its first return value
62 abs_dir, norm_dir = site.makepath(*path_parts)
71 for entry in [site.makepath(path)[1] for path in sys.path
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 57 # Test makepath() have an absolute path for its first return value
62 abs_dir, norm_dir = site.makepath(*path_parts)
71 for entry in [site.makepath(path)[1] for path in sys.path
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)

Completed in 116 milliseconds