Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h452 int32_t GetPreferencesDirWithCheck(bool checkExist, std::string &preferencesDir);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp206 int32_t ContextImpl::GetPreferencesDirWithCheck(bool checkExist, std::string &preferencesDir) in GetPreferencesDirWithCheck() function in OHOS::AbilityRuntime::ContextImpl
229 ret = GetPreferencesDirWithCheck(checkExist, preferencesDir); in GetSystemPreferencesDir()
240 GetPreferencesDirWithCheck(true, dir); in GetPreferencesDir()