Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp887 static bool call_vdc_ret(const std::vector<std::string>& args, int* ret) { in call_vdc_ret() function
936 !call_vdc_ret({"checkpoint", "needsCheckpoint"}, &needs_checkpoint_)) { in Update()