OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGENDIR
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bgenlocations.py
17
BGENDIR
="/Users/jack/src/python/Tools/bgen/bgen"
45
if not os.path.exists(
BGENDIR
):
46
raise Error, "Please fix bgenlocations.py,
BGENDIR
does not exist: %s" %
BGENDIR
53
if
BGENDIR
[-1] != os.sep:
54
BGENDIR
=
BGENDIR
+ os.sep
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bgenlocations.py
17
BGENDIR
="/Users/jack/src/python/Tools/bgen/bgen"
45
if not os.path.exists(
BGENDIR
):
46
raise Error, "Please fix bgenlocations.py,
BGENDIR
does not exist: %s" %
BGENDIR
53
if
BGENDIR
[-1] != os.sep:
54
BGENDIR
=
BGENDIR
+ os.sep
Completed in 1172 milliseconds