Home
last modified time | relevance | path

Searched refs:kFilesystemVerifierError (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc219 Cleanup(ErrorCode::kFilesystemVerifierError); in WriteVerityAndHashPartition()
275 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition()
284 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition()
289 Cleanup(ErrorCode::kFilesystemVerifierError); in HashPartition()
317 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
347 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
353 Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
Dfilesystem_verifier_action_unittest.cc419 EXPECT_EQ(ErrorCode::kFilesystemVerifierError, delegate.code_); in TEST_F()
/system/update_engine/common/
Derror_code.h73 kFilesystemVerifierError = 47, enumerator
Derror_code_utils.cc144 case ErrorCode::kFilesystemVerifierError: in ErrorCodeToString()
/system/update_engine/
Dmetrics_utils.cc72 case ErrorCode::kFilesystemVerifierError: in GetAttemptResult()
234 case ErrorCode::kFilesystemVerifierError: in GetDownloadErrorCode()
/system/update_engine/update_manager/
Dchromeos_policy.cc147 case ErrorCode::kFilesystemVerifierError: in HandleErrorCode()
/system/update_engine/aosp/
Dupdate_attempter_android.cc565 case ErrorCode::kFilesystemVerifierError: in ProcessingDone()
/system/update_engine/cros/
Dpayload_state.cc365 case ErrorCode::kFilesystemVerifierError: in UpdateFailed()
Dupdate_attempter.cc122 return ErrorCode::kFilesystemVerifierError; in GetErrorCodeForAction()
Dupdate_attempter_unittest.cc636 ErrorCode::kFilesystemVerifierError, in TEST_F()