Home
last modified time | relevance | path

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

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