OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_strFilePath
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.cpp
56
_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
;
119
info() << "TESTSUBSYSTEM: Writing '" << strValue << "' to file " <<
_strFilePath
142
info() << "TESTSUBSYSTEM: Reading '" << strValue << "' to file " <<
_strFilePath
;
145
info() << "TESTSUBSYSTEM: Reading '" << strValue << "' to file " <<
_strFilePath
TESTSubsystemObject.h
58
std::string
_strFilePath
;
Completed in 344 milliseconds