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