Searched refs:IsNeedClearKeyFile (Results 1 – 3 of 3) sorted by relevance
128 bool IsNeedClearKeyFile(std::string file);
1479 auto ret = KeyManager::GetInstance()->IsNeedClearKeyFile(TEST_DIR);1483 ret = KeyManager::GetInstance()->IsNeedClearKeyFile(TEST_DIR);1501 auto ret = KeyManager::GetInstance()->IsNeedClearKeyFile("/test/path/latest/need_restore");1519 auto ret = KeyManager::GetInstance()->IsNeedClearKeyFile("/data/test/latest/need_restore");
355 bool KeyManager::IsNeedClearKeyFile(std::string file) in IsNeedClearKeyFile() function in OHOS::StorageDaemon::KeyManager383 if (IsNeedClearKeyFile(needRestorePath)) { in ProcUpgradeKey()