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

/system/keymaster/
H A Dlogger.cpp65 int Logger::Error(const char* fmt, ...) { function in class:keymaster::Logger
/system/security/keystore/
H A Dauth_token_table.h50 enum Error { enum in class:keystore::AuthTokenTable
76 Error FindAuthorization(const AuthorizationSet& key_info, KeyPurpose purpose,
137 Error FindAuthPerOpAuthorization(const std::vector<uint64_t>& sids,
140 Error FindTimedAuthorization(const std::vector<uint64_t>& sids,
/system/keymaster/include/keymaster/
H A Dauthorization_set.h128 enum Error { enum in class:keymaster::AuthorizationSet
134 Error is_valid() const { return error_; }
445 void set_invalid(Error err);
476 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...]

Completed in 210 milliseconds