HomeSort by relevance Sort by last modified time
    Searched refs:confFileName (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/configuration/
ConfigParser.py 38 def __init__(self, confFileName, testsDirectory, consoleLogger):
41 with open(confFileName, "r") as testFile: