Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp228 std::string brokenPath = MakeFilePath(filePath, STR_BROKEN); in DeletePreferences() local
234 std::remove(brokenPath.c_str()); in DeletePreferences()
243 if (IsFileExist(filePath) || IsFileExist(backupPath) || IsFileExist(brokenPath)) { in DeletePreferences()