Searched refs:SHORT_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 | 660 const std::string SHORT_OPTIONS_SANDBOX = "hn:d:u:a:"; variable 1440 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nu… in RunAsInstallSandboxCommand() 1496 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nu… in RunAsUninstallSandboxCommand() 1560 …int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_SANDBOX.c_str(), LONG_OPTIONS_SANDBOX, nu… in RunAsDumpSandboxCommand()
|