Searched refs:LONG_OPTIONS_SANDBOX (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 661 const struct option LONG_OPTIONS_SANDBOX[] = { variable 1440 …t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nullptr); in RunAsInstallSandboxCommand() 1496 …t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nullptr); in RunAsUninstallSandboxCommand() 1560 …t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nullptr); in RunAsDumpSandboxCommand()
|