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