Lines Matching refs:path
40 std::string path;
43 return {E_ERROR, path};
52 return {errcode, path};
54 tempContext->path = preferencesDir.append("/").append(tempContext->name);
55 return {E_OK, tempContext->path};
66 auto [code, path] = GetInstancePath(context, name, dataGroupId);
71 NativePreferences::Options options(path, context->GetBundleName(), dataGroupId);
89 auto [code, path] = GetInstancePath(context, name, dataGroupId);
93 int errCode = PreferencesHelper::DeletePreferences(path);
103 auto [code, path] = GetInstancePath(context, name, dataGroupId);
107 int errCode = PreferencesHelper::RemovePreferencesFromCache(path);