Searched refs:strFileName (Results 1 – 3 of 3) sorted by relevance
93 std::string CTESTSubsystem::read(const std::string &strFileName) in read() argument98 file.open(strFileName.c_str()); in read()106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent) in write() argument110 file.open(strFileName.c_str()); in write()
46 static std::string read(const std::string &strFileName);48 static void write(const std::string &strFileName, const std::string &strContent);
1827 string strFileName = remoteCommand.getArgument(0); in exportDomainsXMLCommandProcess() local1828 return exportDomainsXml(strFileName, false, true, strResult) ? CCommandHandler::EDone in exportDomainsXMLCommandProcess()1844 string strFileName = remoteCommand.getArgument(0); in exportDomainsWithSettingsXMLCommandProcess() local1845 return exportDomainsXml(strFileName, true, true, strResult) ? CCommandHandler::EDone in exportDomainsWithSettingsXMLCommandProcess()