Home
last modified time | relevance | path

Searched refs:abortChanges (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint_vold.cpp106 vold_service_->abortChanges(msg, retry); in AbortChanges()
/system/vold/
Dvdc.cpp147 checkStatus(vold->abortChanges(args[2], retry != 0)); in main()
DVoldNativeService.h139 binder::Status abortChanges(const std::string& message, bool retry);
DVoldNativeService.cpp881 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges() function in android::vold::VoldNativeService
/system/vold/binder/android/os/
DIVold.aidl110 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges() method