Home
last modified time | relevance | path

Searched refs:cp_restoreCheckpoint (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DCheckpoint.h46 android::binder::Status cp_restoreCheckpoint(const std::string& mountPoint, int count = 0);
DVoldNativeService.cpp883 return cp_restoreCheckpoint(mountPoint); in restoreCheckpoint()
891 return cp_restoreCheckpoint(mountPoint, count); in restoreCheckpointPart()
DCheckpoint.cpp611 Status cp_restoreCheckpoint(const std::string& blockDevice, int restore_limit) { in cp_restoreCheckpoint() function