Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl126 void restoreCheckpoint(@utf8InCpp String device); in restoreCheckpoint() method
/system/vold/
DVoldNativeService.cpp878 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint() function in android::vold::VoldNativeService