Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.cpp56 _strFilePath = context.getItem(ETESTDirectory) + "/" + pInstanceConfigurableElement->getName(); in CTESTSubsystemObject()
64 outputFile.open(_strFilePath.c_str()); in sendToHW()
68 strError = "Unable to open file: " + _strFilePath; in sendToHW()
84 inputFile.open(_strFilePath.c_str()); in receiveFromHW()
116 info() << "TESTSUBSYSTEM: Writing '" << strValue << "' to file " << _strFilePath; in sendToFile()
119 info() << "TESTSUBSYSTEM: Writing '" << strValue << "' to file " << _strFilePath in sendToFile()
142 info() << "TESTSUBSYSTEM: Reading '" << strValue << "' to file " << _strFilePath; in receiveFromFile()
145 info() << "TESTSUBSYSTEM: Reading '" << strValue << "' to file " << _strFilePath in receiveFromFile()
DTESTSubsystemObject.h58 std::string _strFilePath; variable