Searched refs:call_vdc (Results 1 – 1 of 1) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 1097 static bool call_vdc(const std::vector<std::string>& args, int* ret) { in call_vdc() function 1150 if (!call_vdc({"checkpoint", "needsCheckpoint"}, &needs_checkpoint_)) { in NeedsCheckpoint() 1163 call_vdc({"checkpoint", "restoreCheckpoint", entry->blk_device}, nullptr); in Update() 1555 if (!call_vdc({"cryptfs", "encryptFstab", attempted_entry.blk_device, in fs_mgr_mount_all() 1600 if (!call_vdc({"cryptfs", "encryptFstab", current_entry.blk_device, in fs_mgr_mount_all() 1628 if (!call_vdc({"cryptfs", "mountFstab", attempted_entry.blk_device, in fs_mgr_mount_all()
|