Home
last modified time | relevance | path

Searched refs:VERSION_FILE (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/aidegen/
Dconstant.py119 VERSION_FILE = 'VERSION' variable
Daidegen_main.py468 constant.VERSION_FILE)
/tools/asuite/atest-py2/
Datest.py587 if os.path.isfile(constants.VERSION_FILE):
588 with open(constants.VERSION_FILE) as version_file:
Dconstants_default.py213 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable
/tools/asuite/atest/
Datest.py596 if os.path.isfile(constants.VERSION_FILE):
597 with open(constants.VERSION_FILE) as version_file:
Dconstants_default.py248 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable