Lines Matching defs:cout
50 std::cout << "sandbox -s | -n [-p] | -p | -b | -h" << std::endl;
51 std::cout << "sandbox -s, --service_name=sandbox service \"enter service sandbox\"" << std::endl;
52 std::cout << "sandbox -n, --namespace_name=namespace name \"namespace name, system, chipset etc.\"" << std::endl;
53 std::cout << "sandbox -p, --process=process name \"sh, hdcd, hdf_devhost, etc.\"" << std::endl;
54 std::cout << "sandbox -b, --process_pid=process pid \"sh, enter native app sandbox, etc.\"" << std::endl;
55 std::cout << "sandbox -h, --help \"Show help\"" << std::endl;
65 std::cout << "Init sandbox failed." << std::endl;
71 std::cout << "Prepare sandbox failed." << std::endl;
85 std::cout << "execve sh failed! err = "<< errno << std::endl;
99 std::cout << "Service parameters is error." << std::endl;
107 std::cout << std::string(argv[i]) << std::endl;
113 std::cout << "execve:" << argv[0] << "failed! err = "<< errno << std::endl;
184 std::cout << "process name:" << processName << std::endl;
188 std::cout << "enter sandbox service name " << serviceName << std::endl;
238 std::cout << "Invalid argument\n";
241 std::cout << "Invalid argument\n";