Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
H A Dcapsicum-test.cc28 std::map<std::string, std::string> tmp_paths; variable
33 if (tmp_paths.find(pathname) == tmp_paths.end()) { in TmpFile()
35 tmp_paths[pathname] = fullname; in TmpFile()
37 return tmp_paths[pathname].c_str(); in TmpFile()