Home
last modified time | relevance | path

Searched refs:g_currFile (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/test/fuzztest/paramsparse_fuzzer/
H A DParamsParseFuzzer.h27 static std::string g_currFile = ""; member
50 Param("-f", { g_currFile }),
78 Param("-ljPath", { g_currFile })
96 g_currFile = g_currDir + "/test.json"; in SetUpTestCase()
98 std::ofstream file(g_currFile); in SetUpTestCase()
113 if (std::remove(g_currFile.c_str()) != 0) { in TearDownTestCase()

Completed in 1 milliseconds