Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp269 dprintf(fd, "tmp_path: %s\n", ds_->tmp_path_.c_str()); in dump()
Ddumpstate.cpp2728 tmp_path_.c_str()); in FinishZipFile()
2736 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile()
2767 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2768 android::os::UnlinkAndLogOnError(tmp_path_); in FinishZipFile()
2835 ds.tmp_path_ = ds.GetPath(".tmp"); in PrepareToWriteToFile()
2849 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()
3346 if (!redirect_to_file(stdout, const_cast<char*>(tmp_path_.c_str()))) { in RunInternal()
3349 if (chown(tmp_path_.c_str(), AID_SHELL, AID_SHELL)) { in RunInternal()
3351 tmp_path_.c_str(), strerror(errno)); in RunInternal()
3634 android::os::UnlinkAndLogOnError(tmp_path_); in CleanupTmpFiles()
Ddumpstate.h504 std::string tmp_path_; variable