Searched refs:brokenPath (Results 1 – 1 of 1) sorted by relevance
228 std::string brokenPath = MakeFilePath(filePath, STR_BROKEN); in DeletePreferences() local234 std::remove(brokenPath.c_str()); in DeletePreferences()243 if (IsFileExist(filePath) || IsFileExist(backupPath) || IsFileExist(brokenPath)) { in DeletePreferences()