Searched refs:tmp_root_ (Results 1 – 2 of 2) sorted by relevance
36 DumpPool::DumpPool(const std::string& tmp_root) : tmp_root_(tmp_root), shutdown_(false), in DumpPool()39 deleteTempFiles(tmp_root_); in DumpPool()78 deleteTempFiles(tmp_root_); in shutdown()104 deleteTempFiles(tmp_root_); in deleteTempFiles()131 tmp_root_.c_str()); in createTempFile()
189 std::string tmp_root_; variable