Searched refs:tmp_paths (Results 1 – 1 of 1) sorted by relevance
28 std::map<std::string, std::string> tmp_paths; variable33 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()