Searched refs:ReplaceVariableForDepPath (Results 1 - 3 of 3) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_mount_test.cpp | 424 int ret = ReplaceVariableForDepPath(nullptr, buffer, MAX_BUFF, &realLen, nullptr);
in HWTEST_F() 426 ret = ReplaceVariableForDepPath(nullptr, buffer, MAX_BUFF, &realLen, &extraData);
in HWTEST_F() 433 ret = ReplaceVariableForDepPath(nullptr, buffer, MAX_BUFF, &realLen, &extraData);
in HWTEST_F() 438 ret = ReplaceVariableForDepPath(nullptr, buffer, MAX_BUFF, &realLen, &extraData);
in HWTEST_F() 443 ret = ReplaceVariableForDepPath(nullptr, buffer, MAX_BUFF, &realLen, &extraData);
in HWTEST_F()
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 74 int ReplaceVariableForDepPath(const SandboxContext *context,
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 141 APPSPAWN_STATIC int ReplaceVariableForDepPath(const SandboxContext *context, in ReplaceVariableForDepPath() function 365 AddVariableReplaceHandler("<deps-path>", ReplaceVariableForDepPath); in AddDefaultVariable()
|
Completed in 3 milliseconds