Home
last modified time | relevance | path

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

/netbsd/external/bsd/kyua-cli/dist/utils/fs/
H A Doperations_test.cpp304 const std::string file_template("tempfile.XXXXXX"); in ATF_TEST_CASE_BODY() local
305 const fs::path tempfile = fs::mkstemp(file_template); in ATF_TEST_CASE_BODY()
306 ATF_REQUIRE(!lookup("tmp", file_template.c_str(), DT_REG)); in ATF_TEST_CASE_BODY()