Home
last modified time | relevance | path

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

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