Home
last modified time | relevance | path

Searched defs:path_template (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dauto_cleaners_test.cpp87 const std::string path_template("test.XXXXXX"); in ATF_TEST_CASE_BODY() local
144 const std::string path_template("test.XXXXXX"); in ATF_TEST_CASE_BODY() local
H A Dauto_cleaners.cpp115 fs::auto_directory::mkdtemp(const std::string& path_template) in mkdtemp()
223 fs::auto_file::mkstemp(const std::string& path_template) in mkstemp()
H A Doperations.cpp218 fs::mkdtemp(const std::string& path_template) in mkdtemp()
250 fs::mkstemp(const std::string& path_template) in mkstemp()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c1292 const char* path_template = "test_dir_XXXXXX"; in TEST_IMPL() local
1324 const char path_template[] = "test_file_XXXXXX"; in TEST_IMPL() local