Searched defs:Error (Results 1 - 6 of 6) sorted by relevance

/system/keymaster/android_keymaster/
H A Dlogger.cpp65 int Logger::Error(const char* fmt, ...) { function in class:keymaster::Logger
/system/core/init/
H A Dresult.h40 // Error and ErrnoError are used to construct a Result<T> that has failed. The Error class takes
42 // ErrnoError() is a helper function to create an Error class that appends ": " + strerror(errno)
44 // value can be directly specified via the Error() constructor.
46 // ResultError can be used in the ostream when using Error to construct a Result<T>. In this case,
59 // return Error() << "SomeOtherCppFunction(" << input << ") failed";
68 // if (!output) return Error() << "CalculateResult failed: " << output.error();
102 class Error { class in namespace:android::init
104 Error() : errno_(0), append_errno_(false) {} function in class:android::init::Error
105 Error(in function in class:android::init::Error
[all...]
/system/security/keystore/
H A Dauth_token_table.h49 enum Error { enum in class:keystore::AuthTokenTable
75 Error FindAuthorization(const AuthorizationSet& key_info, KeyPurpose purpose,
145 Error FindAuthPerOpAuthorization(const std::vector<uint64_t>& sids,
148 Error FindTimedAuthorization(const std::vector<uint64_t>& sids,
/system/keymaster/include/keymaster/
H A Dauthorization_set.h129 enum Error { enum in class:keymaster::AuthorizationSet
135 Error is_valid() const { return error_; }
446 void set_invalid(Error err);
477 Error error_;
/system/core/adb/
H A Dfile_sync_client.cpp208 Error("failed to get feature set: %s", error.c_str());
213 Error("connect failed: %s", error.c_str());
241 Error("failed to poll: %s", strerror(errno));
284 Error("SendRequest failed: path too long: %zu", path_length);
380 Error("SendSmallFile failed: path too long: %zu", path_length);
422 Error("failed to send ID_SEND message '%s': %s", path_and_mode, strerror(errno));
428 Error("cannot stat '%s': %s", lpath, strerror(errno));
437 Error("opening '%s' locally failed: %s", lpath, strerror(errno));
446 Error("reading '%s' locally failed: %s", lpath, strerror(errno));
481 Error("faile
537 void Error(const char* fmt, ...) __attribute__((__format__(ADB_FORMAT_ARCHETYPE, 2, 3))) { function in class:SyncConnection
[all...]
/system/iot/attestation/at-factory-tool/
H A Datft.py136 def Error(self, tag, string): member in class:AtftLog
1316 self.log.Error('OpException', str(atft_exception))
1701 self.log.Error('OpException', msg)

Completed in 1988 milliseconds