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

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

Completed in 29 milliseconds