Home
last modified time | relevance | path

Searched refs:ErrorMessage (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Doptions.h35 class ErrorMessage {
37 ErrorMessage() = default;
38 ErrorMessage(const ErrorMessage&) {} in ErrorMessage() function
42 ErrorMessage& operator<<(T& t) {
48 ErrorMessage& operator<<(const T& t) {
54 ErrorMessage& operator<<(std::ostream& (*f)(std::ostream&)) {
171 ErrorMessage error_message_;
/system/gsid/
Dgsi_tool.cpp70 static std::string ErrorMessage(const android::binder::Status& status, in ErrorMessage() function
269 std::cerr << "Could not open DSU installation: " << ErrorMessage(status, error) << "\n"; in Install()
275 std::cerr << "Could not start live image install: " << ErrorMessage(status, error) in Install()
283 std::cerr << "Could not start live image install: " << ErrorMessage(status, error) << "\n"; in Install()
292 std::cerr << "Could not commit live image data: " << ErrorMessage(status) << "\n"; in Install()
298 std::cerr << "Could not close DSU installation: " << ErrorMessage(status, error) << "\n"; in Install()
305 std::cerr << "Could not get the active DSU slot: " << ErrorMessage(status) << "\n"; in Install()
310 std::cerr << "Could not make live image bootable: " << ErrorMessage(status, error) << "\n"; in Install()
333 std::cerr << "Could not remove GSI install: " << ErrorMessage(status) << "\n"; in Wipe()
377 std::cerr << "Could not wipe GSI userdata: " << ErrorMessage(status, error) << "\n"; in WipeData()
[all …]