Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl117 void restoreCheckpointPart(@utf8InCpp String device, int count); in restoreCheckpointPart() method
/system/vold/
DVoldNativeService.cpp799 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart() function in android::vold::VoldNativeService