Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvdc.cpp171 checkStatus(args, vold->restoreCheckpoint(args[2])); in main()
H A DVoldNativeService.h151 binder::Status restoreCheckpoint(const std::string& mountPoint);
H A DVoldNativeService.cpp878 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint() function in android::vold::VoldNativeService
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl126 void restoreCheckpoint(@utf8InCpp String device); in restoreCheckpoint() method