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