Home
last modified time | relevance | path

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

/external/parameter-framework/test/test-subsystem/
DTESTSubsystemObject.cpp51 _strFilePath = context.getItem(ETESTDirectory) + "/" + pInstanceConfigurableElement->getName(); in CTESTSubsystemObject()
59 outputFile.open(_strFilePath.c_str()); in sendToHW()
63 strError = "Unable to open file: " + _strFilePath; in sendToHW()
81 inputFile.open(_strFilePath.c_str()); in receiveFromHW()
113 … log_info("TESTSUBSYSTEM: Writing \"%s\" to file %s", strValue.c_str(), _strFilePath.c_str()); in sendToFile()
116 …nfo("TESTSUBSYSTEM: Writing \"%s\" to file %s[%d]", strValue.c_str(), _strFilePath.c_str(), uiInde… in sendToFile()
138 … log_info("TESTSUBSYSTEM: Writing \"%s\" from file %s", strValue.c_str(), _strFilePath.c_str()); in receiveFromFile()
141 …o("TESTSUBSYSTEM: Writing \"%s\" from file %s[%d]", strValue.c_str(), _strFilePath.c_str(), uiInde… in receiveFromFile()
DTESTSubsystemObject.h56 std::string _strFilePath; variable