Searched refs:cp_restoreCheckpoint (Results 1 – 3 of 3) sorted by relevance
46 android::binder::Status cp_restoreCheckpoint(const std::string& mountPoint, int count = 0);
796 return cp_restoreCheckpoint(mountPoint); in restoreCheckpoint()804 return cp_restoreCheckpoint(mountPoint, count); in restoreCheckpointPart()
612 Status cp_restoreCheckpoint(const std::string& blockDevice, int restore_limit) { in cp_restoreCheckpoint() function