Searched refs:tmp_path_ (Results 1 – 3 of 3) sorted by relevance
269 dprintf(fd, "tmp_path: %s\n", ds_->tmp_path_.c_str()); in dump()
2728 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()
504 std::string tmp_path_; variable