Home
last modified time | relevance | path

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

/src/tests/sys/capsicum/
H A Dcapsicum-test.cc26 std::map<std::string, std::string> tmp_paths; variable
31 if (tmp_paths.find(pathname) == tmp_paths.end()) { in TmpFile()
33 tmp_paths[pathname] = fullname; in TmpFile()
35 return tmp_paths[pathname].c_str(); in TmpFile()