Lines Matching refs:realPath
154 std::string realPath = GetRealPath(options.filePath, errCode); in GetPreferences() local
155 if (realPath == "" || errCode != E_OK) { in GetPreferences()
160 auto it = prefsCache_.find(realPath); in GetPreferences()
171 const_cast<Options &>(options).filePath = realPath; in GetPreferences()
191 prefsCache_.insert({realPath, {pref, isEnhancePreferences}}); in GetPreferences()
198 std::string realPath = GetRealPath(path, errCode); in DeletePreferences() local
199 if (realPath == "" || errCode != E_OK) { in DeletePreferences()
206 …::string, std::pair<std::shared_ptr<Preferences>, bool>>::iterator it = prefsCache_.find(realPath); in DeletePreferences()
226 std::string filePath = realPath.c_str(); in DeletePreferences()
252 std::string realPath = GetRealPath(path, errCode); in RemovePreferencesFromCache() local
253 if (realPath == "" || errCode != E_OK) { in RemovePreferencesFromCache()
258 …::string, std::pair<std::shared_ptr<Preferences>, bool>>::iterator it = prefsCache_.find(realPath); in RemovePreferencesFromCache()