Searched refs:dir_template (Results 1 – 1 of 1) sorted by relevance
439 const std::string dir_template("tempdir.XXXXXX"); in ATF_TEST_CASE_BODY() local440 const fs::path tempdir = fs::mkdtemp_public(dir_template); in ATF_TEST_CASE_BODY()441 ATF_REQUIRE(!lookup("tmp", dir_template.c_str(), S_IFDIR)); in ATF_TEST_CASE_BODY()454 const std::string dir_template("dir.XXXXXX"); in ATF_TEST_CASE_BODY() local455 const fs::path dir = fs::mkdtemp_public(dir_template); in ATF_TEST_CASE_BODY()507 const std::string dir_template("dir.XXXXXX"); in ATF_TEST_CASE_BODY() local508 const fs::path dir = fs::mkdtemp_public(dir_template); in ATF_TEST_CASE_BODY()