Home
last modified time | relevance | path

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

/src/contrib/kyua/utils/fs/
H A Doperations_test.cpp561 const std::string file_template("tempfile.XXXXXX"); in ATF_TEST_CASE_BODY() local
562 const fs::path tempfile = fs::mkstemp(file_template); in ATF_TEST_CASE_BODY()
563 ATF_REQUIRE(!lookup("tmp", file_template.c_str(), S_IFREG)); in ATF_TEST_CASE_BODY()