Searched refs:INSTALL_SANDBOX (Results 1 – 1 of 1) sorted by relevance
637 const std::string INSTALL_SANDBOX = "installSandbox"; variable1347 if ((commandName != INSTALL_SANDBOX && optopt == 'd') || in CheckSandboxErrorOption()1348 (commandName == INSTALL_SANDBOX && optopt == 'a')) { in CheckSandboxErrorOption()1389 if ((commandName != INSTALL_SANDBOX && option == 'd') || in CheckSandboxCorrectOption()1390 (commandName == INSTALL_SANDBOX && option == 'a')) { in CheckSandboxCorrectOption()1434 std::string commandName = INSTALL_SANDBOX; in RunAsInstallSandboxCommand()