Searched refs:path_template (Results 1 – 3 of 3) sorted by relevance
88 const std::string path_template("test.XXXXXX"); in ATF_TEST_CASE_BODY() local91 path_template); in ATF_TEST_CASE_BODY()92 ATF_REQUIRE(::access((fs::path("tmp") / path_template).c_str(), in ATF_TEST_CASE_BODY()145 const std::string path_template("test.XXXXXX"); in ATF_TEST_CASE_BODY() local147 fs::auto_file auto_file = fs::auto_file::mkstemp(path_template); in ATF_TEST_CASE_BODY()148 ATF_REQUIRE(::access((fs::path("tmp") / path_template).c_str(), in ATF_TEST_CASE_BODY()
121 fs::auto_directory::mkdtemp_public(const std::string& path_template) in mkdtemp_public() argument124 const fs::path directory_ = fs::mkdtemp_public(path_template); in mkdtemp_public()229 fs::auto_file::mkstemp(const std::string& path_template) in mkstemp() argument232 const fs::path file_ = fs::mkstemp(path_template); in mkstemp()
547 fs::mkdtemp_public(const std::string& path_template) in mkdtemp_public() argument549 PRE(path_template.find("XXXXXX") != std::string::npos); in mkdtemp_public()552 const fs::path full_template = tmpdir / path_template; in mkdtemp_public()599 fs::mkstemp(const std::string& path_template) in mkstemp() argument601 PRE(path_template.find("XXXXXX") != std::string::npos); in mkstemp()604 const fs::path full_template = tmpdir / path_template; in mkstemp()