Home
last modified time | relevance | path

Searched refs:should_abort (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dpartition_installer.cpp178 if (service_->should_abort()) return false; in CreateImage()
249 if (service_->should_abort()) { in CommitGsiChunk()
Dgsi_service.h78 bool should_abort() const { return should_abort_; } in should_abort() function