Searched defs:srcPref (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py15 srcPref = os.path.dirname(sys.argv[0]) variable
18 srcPref = os.path.dirname(__file__) variable
558 f = open(os.path.join(srcPref,"libxml2-api.xml"))
565 f = open(os.path.join(srcPref,"..","doc","libxml2-api.xml"))
579 f = open(os.path.join(srcPref,"libxml2-python-api.xml"))
/vbox/src/libs/libxml2-2.6.31/
H A Dgentest.py15 srcPref = sys.argv[1] + '/' variable
17 srcPref = '' variable
451 input = open(srcPref + "testapi.c", "r")
499 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)

Completed in 73 milliseconds