Home
last modified time | relevance | path

Searched defs:abortChanges (Results 1 – 2 of 2) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl113 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges() method
/system/vold/
DVoldNativeService.cpp814 binder::Status VoldNativeService::abortChanges(const std::string& message, bool retry) { in abortChanges() function in android::vold::VoldNativeService