Searched refs:bugreport_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp969 static bool finish_zip_file(const std::string& bugreport_name, const std::string& bugreport_path, argument
971 if (!add_zip_entry(bugreport_name, bugreport_path)) {
987 MYLOGD("Removing temporary file %s\n", bugreport_path.c_str())
988 if (remove(bugreport_path.c_str())) {
989 ALOGW("remove(%s): %s\n", bugreport_path.c_str(), strerror(errno));
992 MYLOGD("Keeping temporary file %s on non-user build\n", bugreport_path.c_str())

Completed in 72 milliseconds