Home
last modified time | relevance | path

Searched refs:tmp_path_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2005 tmp_path_.c_str()); in FinishZipFile()
2013 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile()
2044 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2045 android::os::UnlinkAndLogOnError(tmp_path_); in FinishZipFile()
2146 ds.tmp_path_ = ds.GetPath(".tmp"); in PrepareToWriteToFile()
2160 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()
2230 MYLOGD("Generating .txt bugreport at %s from %s\n", ds.path_.c_str(), ds.tmp_path_.c_str()); in FinalizeFile()
2231 if (rename(ds.tmp_path_.c_str(), ds.path_.c_str())) { in FinalizeFile()
2232 MYLOGE("rename(%s, %s): %s\n", ds.tmp_path_.c_str(), ds.path_.c_str(), strerror(errno)); in FinalizeFile()
2738 if (!redirect_to_file(stdout, const_cast<char*>(tmp_path_.c_str()))) { in RunInternal()
[all …]
DDumpstateService.cpp212 dprintf(fd, "tmp_path: %s\n", ds_->tmp_path_.c_str()); in dump()
Ddumpstate.h434 std::string tmp_path_; variable