Lines Matching refs:workdir

261     std::filesystem::path workdir = mkdtemp(&tmpl[0]);  in TEST()  local
264 std::filesystem::path linkPath = workdir / "link"; in TEST()
265 std::filesystem::path targetPath = workdir / "target"; in TEST()
269 std::filesystem::remove_all(workdir); in TEST()
276 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
279 auto linkPath = workdir / "link"; in TEST()
280 auto targetPath = workdir / "target"; in TEST()
284 std::filesystem::remove_all(workdir); in TEST()
291 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
298 auto targetPath = workdir / "target"; in TEST()
300 auto linkPath = workdir / "link"; in TEST()
305 std::filesystem::remove_all(workdir); in TEST()
313 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
320 auto linkPath = workdir / "baz"; in TEST()
321 auto targetPath = workdir / "foo/bar/foo"; in TEST()
324 std::filesystem::remove_all(workdir); in TEST()
332 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
343 functions::process_hostfirmware::findLinks(workdir, extensions, in TEST()
345 std::filesystem::remove_all(workdir); in TEST()
353 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
366 auto filePath = workdir / "foo.foo"; in TEST()
369 functions::process_hostfirmware::findLinks(workdir, extensions, in TEST()
371 std::filesystem::remove_all(workdir); in TEST()
373 EXPECT_EQ(callbackLink, workdir / "foo"); in TEST()
380 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
391 auto filePath = workdir / "foo.foo"; in TEST()
394 functions::process_hostfirmware::findLinks(workdir, extensions, in TEST()
396 std::filesystem::remove_all(workdir); in TEST()
404 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
418 auto dir = workdir / "baz"; in TEST()
421 std::filesystem::remove_all(workdir); in TEST()
430 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
436 auto filePath = workdir / "foo.foo"; in TEST()
441 workdir, extensions, errorCallback, in TEST()
443 std::filesystem::remove_all(workdir); in TEST()
451 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
459 auto dir = workdir / "baz"; in TEST()
463 std::filesystem::remove_all(workdir); in TEST()