Searched refs:utf8Args (Results 1 – 1 of 1) sorted by relevance
365 Vector<String8> utf8Args; in handleShellCommand() local366 utf8Args.setCapacity(argc); in handleShellCommand()368 utf8Args.push(String8(argv[i])); in handleShellCommand()373 if (!utf8Args[0].compare(String8("config"))) { in handleShellCommand()374 return cmd_config(in, out, err, utf8Args); in handleShellCommand()377 if (!utf8Args[0].compare(String8("print-uid-map"))) { in handleShellCommand()378 return cmd_print_uid_map(out, utf8Args); in handleShellCommand()381 if (!utf8Args[0].compare(String8("dump-report"))) { in handleShellCommand()382 return cmd_dump_report(out, utf8Args); in handleShellCommand()385 if (!utf8Args[0].compare(String8("pull-source")) && argc > 1) { in handleShellCommand()[all …]