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.cpp796 return cp_restoreCheckpoint(mountPoint); in restoreCheckpoint()
804 return cp_restoreCheckpoint(mountPoint, count); in restoreCheckpointPart()
DCheckpoint.cpp612 Status cp_restoreCheckpoint(const std::string& blockDevice, int restore_limit) { in cp_restoreCheckpoint() function