Home
last modified time | relevance | path

Searched refs:temp_dir_name_ (Results 1 – 2 of 2) sorted by relevance

/third_party/ninja/src/
Dtest.cc213 temp_dir_name_ = tempname; in CreateAndEnter()
216 if (chdir(temp_dir_name_.c_str()) < 0) in CreateAndEnter()
221 if (temp_dir_name_.empty()) in Cleanup()
229 string command = "rmdir /s /q " + temp_dir_name_; in Cleanup()
231 string command = "rm -rf " + temp_dir_name_; in Cleanup()
236 temp_dir_name_.clear(); in Cleanup()
Dtest.h182 std::string temp_dir_name_; member