Home
last modified time | relevance | path

Searched refs:cp_needsCheckpoint (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DCheckpoint.h40 bool cp_needsCheckpoint();
DMetadataCrypt.cpp92 android::vold::cp_needsCheckpoint(), true); in mount_via_fs_mgr()
DCheckpoint.cpp243 if (!cp_needsCheckpoint()) return; in cp_abortChanges()
270 bool cp_needsCheckpoint() { in cp_needsCheckpoint() function
DKeyStorage.cpp367 if (cp_needsCheckpoint()) { in BeginKeymasterOp()
DVoldNativeService.cpp852 *_aidl_return = cp_needsCheckpoint(); in needsCheckpoint()
Dcryptfs.cpp1710 bool needs_cp = android::vold::cp_needsCheckpoint(); in cryptfs_restart_internal()