Searched refs:fuzzedFile (Results 1 – 3 of 3) sorted by relevance
23 const std::string fuzzedFile = "mySwitchFuzzed.xml"; variable29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()46 PluginMgr::GetInstance().GetConfigContent(-1, fuzzedFile, contents); in DoSomethingInterestingWithMyAPI()
23 const std::string fuzzedFile = "myConfigFuzzed.xml"; variable29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()46 PluginMgr::GetInstance().GetConfigContent(-1, fuzzedFile, contents); in DoSomethingInterestingWithMyAPI()
23 const std::string fuzzedFile = "myFuzzed.xml"; variable45 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI()59 socPerf->socPerfConfig_.LoadConfigXmlFile(fuzzedFile); in DoSomethingInterestingWithMyAPI()