Home
last modified time | relevance | path

Searched refs:restoreCheckpointPart (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/
H A Dvdc.cpp175 checkStatus(args, vold->restoreCheckpointPart(args[2], count)); in main()
H A DVoldNativeService.h152 binder::Status restoreCheckpointPart(const std::string& mountPoint, int count);
H A DVoldNativeService.cpp886 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl127 void restoreCheckpointPart(@utf8InCpp String device, int count); in restoreCheckpointPart() method