Home
last modified time | relevance | path

Searched refs:dir_template (Results 1 – 1 of 1) sorted by relevance

/src/contrib/kyua/utils/fs/
H A Doperations_test.cpp439 const std::string dir_template("tempdir.XXXXXX"); in ATF_TEST_CASE_BODY() local
440 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() local
455 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() local
508 const fs::path dir = fs::mkdtemp_public(dir_template); in ATF_TEST_CASE_BODY()