Home
last modified time | relevance | path

Searched refs:GetSandboxRealVar (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c205 …const char *rootPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, sandbox->rootPath, NULL, NULL… in InitSandboxContext()
364 const char *originPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, source, NULL, extraData); in GetRealSrcPath()
387 originPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, source, NULL, extraData); in GetRealSrcPath()
415 args.destinationPath = GetSandboxRealVar(context, in DoSandboxPathNodeMount()
456 …const char *target = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, sandboxNode->target, NULL, NULL… in DoSandboxPathSymLink()
457 const char *linkName = GetSandboxRealVar(context, BUFFER_FOR_TARGET, in DoSandboxPathSymLink()
504 … const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, depNode->source, NULL, NULL); in UpdateMountPathDepsPath()
505 …const char *sandboxPath = GetSandboxRealVar(context, BUFFER_FOR_TARGET, depNode->target, NULL, NUL… in UpdateMountPathDepsPath()
538 …const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, mountNode->source, NULL, extra… in CheckAndCreateDepPath()
600 const char *destBundlesPath = GetSandboxRealVar(context, in SetExpandSandboxConfig()
[all …]
H A Dappspawn_sandbox.h280 const char *GetSandboxRealVar(const SandboxContext *context,
H A Dsandbox_cfgvar.c284 const char *GetSandboxRealVar(const SandboxContext *context, in GetSandboxRealVar() function
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp462 const char *value = GetSandboxRealVar(context, 0,
482 const char *value = GetSandboxRealVar(context, 0, "/system/<lib>/module", nullptr, nullptr);
536 …const char *value = GetSandboxRealVar(context, 0, "/system/<Test-Var-001>/test001", nullptr, nullp…
578 const char *value = GetSandboxRealVar(context, 0, "<deps-path>/base", nullptr, extraData);
602 const char *value = GetSandboxRealVar(context, 0, "<deps-path>/base", nullptr, extraData);
626 const char *value = GetSandboxRealVar(context, 0, "<deps-src-path>/base", nullptr, extraData);
650 … const char *value = GetSandboxRealVar(context, 0, "<deps-sandbox-path>/base", nullptr, extraData);
669 const char *value = GetSandboxRealVar(context, 0, "<deps-test-path>/base", nullptr, nullptr);
2128 …const char *value = GetSandboxRealVar(context, 0, "/system/<variablePackageName>/module", nullptr,…
2145 …const char *value = GetSandboxRealVar(context, 0, "/system/<variablePackageName>/module", nullptr,…
[all …]