Searched defs:tmp_dir (Results 1 – 2 of 2) sorted by relevance
84 void TemporaryFile::init(const std::string& tmp_dir) { in init()98 bool TemporaryDir::init(const std::string& tmp_dir) { in init()
162 std::unique_ptr<TemporaryDir> tmp_dir; in main() local