Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp2381 tmp_path_.c_str()); in FinishZipFile()
2389 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile()
2420 MYLOGD("Removing temporary file %s\n", tmp_path_.c_str()) in FinishZipFile()
2421 android::os::UnlinkAndLogOnError(tmp_path_); in FinishZipFile()
2485 ds.tmp_path_ = ds.GetPath(".tmp"); in PrepareToWriteToFile()
2499 ds.tmp_path_.c_str(), ds.screenshot_path_.c_str()); in PrepareToWriteToFile()
2905 if (!redirect_to_file(stdout, const_cast<char*>(tmp_path_.c_str()))) { in RunInternal()
2908 if (chown(tmp_path_.c_str(), AID_SHELL, AID_SHELL)) { in RunInternal()
2910 tmp_path_.c_str(), strerror(errno)); in RunInternal()
3109 android::os::UnlinkAndLogOnError(tmp_path_); in CleanupTmpFiles()
H A DDumpstateService.cpp200 dprintf(fd, "tmp_path: %s\n", ds_->tmp_path_.c_str()); in dump()
H A Ddumpstate.h489 std::string tmp_path_; variable