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);
883 return cp_restoreCheckpoint(mountPoint); in restoreCheckpoint()891 return cp_restoreCheckpoint(mountPoint, count); in restoreCheckpointPart()
611 Status cp_restoreCheckpoint(const std::string& blockDevice, int restore_limit) { in cp_restoreCheckpoint() function