Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp211 dprintf(fd, "log_path: %s\n", ds_->log_path_.c_str()); in dump()
Ddumpstate.cpp2024 if (!ds.AddZipEntry("dumpstate_log.txt", ds.log_path_.c_str())) { in FinishZipFile()
2030 if (!redirect_to_existing_file(stderr, const_cast<char*>(ds.log_path_.c_str()))) { in FinishZipFile()
2147 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt"); in PrepareToWriteToFile()
2159 destination.c_str(), ds.base_name_.c_str(), ds.name_.c_str(), ds.log_path_.c_str(), in PrepareToWriteToFile()
2241 ds.log_path_.c_str()); in FinalizeFile()
2261 "--es", "android.intent.extra.DUMPSTATE_LOG", ds.log_path_ in SendBugreportFinishedBroadcast()
2723 if (!redirect_to_file(stderr, const_cast<char*>(log_path_.c_str()))) { in RunInternal()
2726 if (chown(log_path_.c_str(), AID_SHELL, AID_SHELL)) { in RunInternal()
2727 MYLOGE("Unable to change ownership of dumpstate log file %s: %s\n", log_path_.c_str(), in RunInternal()
Ddumpstate.h438 std::string log_path_; variable