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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bgenlocations.py 32 TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
49 if not os.path.exists(TOOLBOXDIR):
50 raise Error, "Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s" % TOOLBOXDIR
57 if TOOLBOXDIR[-1] != os.sep:
58 TOOLBOXDIR = TOOLBOXDIR + os.sep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bgenlocations.py 32 TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
49 if not os.path.exists(TOOLBOXDIR):
50 raise Error, "Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s" % TOOLBOXDIR
57 if TOOLBOXDIR[-1] != os.sep:
58 TOOLBOXDIR = TOOLBOXDIR + os.sep

Completed in 2117 milliseconds