HomeSort by relevance Sort by last modified time
    Searched refs:FilesystemVerifierAction (Results 1 - 6 of 6) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 44 FilesystemVerifierAction::FilesystemVerifierAction(
50 void FilesystemVerifierAction::PerformAction() {
55 LOG(ERROR) << "FilesystemVerifierAction missing input object.";
108 void FilesystemVerifierAction::TerminateProcessing() {
113 bool FilesystemVerifierAction::IsCleanupPending() const {
117 void FilesystemVerifierAction::Cleanup(ErrorCode code) {
129 void FilesystemVerifierAction::StartPartitionHashing() {
182 void FilesystemVerifierAction::ScheduleRead() {
193 base::Bind(&FilesystemVerifierAction::OnReadDoneCallback
    [all...]
filesystem_verifier_action.h 51 class FilesystemVerifierAction : public InstallPlanAction {
53 FilesystemVerifierAction(const BootControlInterface* boot_control,
66 static std::string StaticType() { return "FilesystemVerifierAction"; }
125 DISALLOW_COPY_AND_ASSIGN(FilesystemVerifierAction);
filesystem_verifier_action_unittest.cc 70 FilesystemVerifierAction* action)
94 if (action->Type() == FilesystemVerifierAction::StaticType()) {
103 FilesystemVerifierAction* action_;
109 FilesystemVerifierAction* filesystem_copier_action,
196 FilesystemVerifierAction copier_action(&fake_boot_control_, verifier_mode);
253 if (action->Type() == FilesystemVerifierAction::StaticType()) {
268 FilesystemVerifierAction copier_action(&fake_boot_control_,
297 FilesystemVerifierAction verifier_action(&fake_boot_control_,
350 FilesystemVerifierAction action(&fake_boot_control_,
  /system/update_engine/
update_attempter_android.cc 456 shared_ptr<FilesystemVerifierAction> dst_filesystem_verifier_action(
457 new FilesystemVerifierAction(boot_control_,
update_attempter.cc 116 if (type == FilesystemVerifierAction::StaticType())
614 shared_ptr<FilesystemVerifierAction> src_filesystem_verifier_action(
615 new FilesystemVerifierAction(system_state_->boot_control(),
644 shared_ptr<FilesystemVerifierAction> dst_filesystem_verifier_action(
645 new FilesystemVerifierAction(system_state_->boot_control(),
    [all...]
update_attempter_unittest.cc 288 FilesystemVerifierAction filesystem_verifier_action(
380 FilesystemVerifierAction::StaticType(),
384 FilesystemVerifierAction::StaticType(),
    [all...]

Completed in 85 milliseconds