Home
last modified time | relevance | path

Searched refs:tempContext (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp46 auto tempContext = std::make_shared<HelperAysncContext>(); in GetInstancePath() local
47 tempContext->bundleName = context->GetBundleName(); in GetInstancePath()
48 tempContext->name = name; in GetInstancePath()
54 tempContext->path = preferencesDir.append("/").append(tempContext->name); in GetInstancePath()
55 return {E_OK, tempContext->path}; in GetInstancePath()

Completed in 1 milliseconds