Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DVersionParser.java27 private static final String VERSION_FILE = "version.txt"; field in VersionParser
48 File versionFile = new File(dir, VERSION_FILE); in getPackageVersion()
/tools/tradefederation/core/atest/
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.py584 if os.path.isfile(constants.VERSION_FILE):
585 with open(constants.VERSION_FILE) as version_file:
Dconstants_default.py222 VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION') variable
/tools/asuite/aidegen/
Dconstant.py115 VERSION_FILE = 'VERSION' variable
Daidegen_main.py403 constant.VERSION_FILE)