Searched refs:invalidJsonPath (Results 1 – 2 of 2) sorted by relevance
206 constexpr auto invalidJsonPath = "/tmp/tmp.json"; variable208 std::ofstream ofs(Fs::path {invalidJsonPath});212 JsonNode node(Fs::path {invalidJsonPath});214 DeleteFile(invalidJsonPath);
289 constexpr auto invalidJsonPath = "/tmp/tmp.json"; in TestJsonNodeFileType() local291 std::ofstream ofs(Fs::path {invalidJsonPath}); in TestJsonNodeFileType()295 JsonNode node(Fs::path {invalidJsonPath}); in TestJsonNodeFileType()297 DeleteFile(invalidJsonPath); in TestJsonNodeFileType()