Home
last modified time | relevance | path

Searched refs:strFileName (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystem.cpp93 std::string CTESTSubsystem::read(const std::string &strFileName) in read() argument
98 file.open(strFileName.c_str()); in read()
106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent) in write() argument
110 file.open(strFileName.c_str()); in write()
DTESTSubsystem.h46 static std::string read(const std::string &strFileName);
48 static void write(const std::string &strFileName, const std::string &strContent);
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp1827 string strFileName = remoteCommand.getArgument(0); in exportDomainsXMLCommandProcess() local
1828 return exportDomainsXml(strFileName, false, true, strResult) ? CCommandHandler::EDone in exportDomainsXMLCommandProcess()
1844 string strFileName = remoteCommand.getArgument(0); in exportDomainsWithSettingsXMLCommandProcess() local
1845 return exportDomainsXml(strFileName, true, true, strResult) ? CCommandHandler::EDone in exportDomainsWithSettingsXMLCommandProcess()