Searched defs:_strFilePath (Results 1 - 2 of 2) sorted by relevance

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

Completed in 29 milliseconds