Home
last modified time | relevance | path

Searched refs:srcPref (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dgentest.py15 srcPref = sys.argv[1] + '/' variable
17 srcPref = '' variable
455 input = open(srcPref + "testapi.c", "r")
503 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)
/external/libxml2/python/
Dgenerator.py15 srcPref = os.path.dirname(sys.argv[0]) variable
18 srcPref = os.path.dirname(__file__) variable
516 f = open(os.path.join(srcPref,"libxml2-api.xml"))
523 f = open(os.path.join(srcPref,"..","doc","libxml2-api.xml"))
537 f = open(os.path.join(srcPref,"libxml2-python-api.xml"))