OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnReadErrorCallback
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
file_fetcher.cc
122
base::Bind(&FileFetcher::
OnReadErrorCallback
, base::Unretained(this)),
147
void FileFetcher::
OnReadErrorCallback
(const brillo::Error* error) {
file_fetcher.h
86
// fails, calling OnReadDoneCallback() and
OnReadErrorCallback
() respectively.
88
void
OnReadErrorCallback
(const brillo::Error* error);
/system/update_engine/payload_consumer/
filesystem_verifier_action.h
82
// fails, calling OnReadDoneCallback() and
OnReadErrorCallback
() respectively.
84
void
OnReadErrorCallback
(const brillo::Error* error);
filesystem_verifier_action.cc
195
base::Bind(&FilesystemVerifierAction::
OnReadErrorCallback
,
234
void FilesystemVerifierAction::
OnReadErrorCallback
(
Completed in 581 milliseconds