OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AbortWithCustomError
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/
weave_service.cc
117
command->
AbortWithCustomError
(error.get(), nullptr);
127
command->
AbortWithCustomError
(error.get(), nullptr);
/system/weaved/libweaved/
command.h
107
bool
AbortWithCustomError
(const brillo::Error* command_error,
109
//
AbortWithCustomError
overload for specifying the error information as
111
bool
AbortWithCustomError
(android::binder::Status status,
command.cc
151
bool Command::
AbortWithCustomError
(const brillo::Error* command_error,
157
bool Command::
AbortWithCustomError
(android::binder::Status status,
Completed in 529 milliseconds