Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DCheckpoint.h28 android::binder::Status cp_supportsBlockCheckpoint(bool& result);
H A DCheckpoint.cpp99 Status cp_supportsBlockCheckpoint(bool& result) { in cp_supportsBlockCheckpoint() function
H A DVoldNativeService.cpp920 return cp_supportsBlockCheckpoint(*_aidl_return); in supportsBlockCheckpoint()