HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 26 - 45 of 45) sorted by null

12

  /system/tpm/attestation/client/
main.cc 23 #include <base/command_line.h>
126 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
127 const auto& args = command_line->GetArgs();
128 if (command_line->HasSwitch("help") || command_line->HasSwitch("h") ||
135 command_line->GetSwitchValueASCII("label"),
136 command_line->GetSwitchValueASCII("user"));
138 std::string usage_str = command_line->GetSwitchValueASCII("usage");
149 command_line->GetSwitchValueASCII("label"),
150 command_line->GetSwitchValueASCII("user")
    [all...]
  /external/ImageMagick/MagickCore/
utility.c 945 *command_line;
947 command_line=AcquireString(vector[0]);
950 (void) ConcatenateString(&command_line," {");
951 (void) ConcatenateString(&command_line,vector[i]);
952 (void) ConcatenateString(&command_line,"}");
955 "Command line: %s",command_line);
956 command_line=DestroyString(command_line);
934 *command_line; local
    [all...]
  /external/autotest/contrib/
coverage.py 337 def command_line(self, argv, help_fn=None): member in class:coverage
    [all...]
  /external/libchrome/base/
logging.cc 62 #include "base/command_line.h"
353 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
356 if (command_line->HasSwitch(switches::kV) ||
357 command_line->HasSwitch(switches::kVModule)) {
365 new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
366 command_line->GetSwitchValueASCII(switches::kVModule),
  /external/netperf/src/
netsh.c 100 char *command_line; /* a copy of the entire command line */ variable
603 command_line = NULL;
609 command_line = malloc(cmnd_len+1);
611 if (command_line == NULL) {
615 p = command_line;
    [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 597 const std::string command_line = Join(arg_vector, ' '); local
599 CHECK_GE(arg_vector.size(), 1U) << command_line;
622 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
628 command_line.c_str(), strerror(errno));
638 command_line.c_str(), pid, got_pid, strerror(errno));
643 command_line.c_str());
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 422 char *command_line; local
497 command_line = make_command_line( shell_name, exec_path, argv);
499 command_line = make_command_line( shell_name, file_info.szPathName,
502 if ( command_line == NULL ) {
512 free( command_line );
542 command_line ? command_line : "NULL"));
545 command_line,
558 exec_path ? exec_path : "NULL", command_line);
560 free( command_line );
959 char* command_line; local
    [all...]
  /system/bt/service/client/
main.cpp 25 #include <base/command_line.h>
845 auto command_line = base::CommandLine::ForCurrentProcess(); local
846 if (command_line->HasSwitch(kExecuteLong)) {
847 command += command_line->GetSwitchValueASCII(kExecuteLong);
850 if (command_line->HasSwitch(kExecuteShort)) {
853 command += command_line->GetSwitchValueASCII(kExecuteShort);
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 273 const char *command_line
279 const char *command_line
285 fprintf (s, command_line, program_name);
270 const char *command_line local
276 const char *command_line local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 99 args_type command_line; variable
267 command_line.warn_mismatch = TRUE;
268 command_line.warn_search_mismatch = TRUE;
269 command_line.check_section_addresses = -1;
270 command_line.warn_poison_system_directories =
276 command_line.error_poison_system_directories = FALSE;
325 && command_line.default_script != NULL)
327 ldfile_open_command_file (command_line.default_script);
384 if (command_line.print_output_format)
398 if (version_printed || command_line.print_output_format
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 737 String command_line = String::Format("%s %s \"%s\"", local
759 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/gtest/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 701 String command_line = String::Format("%s %s \"%s\"", local
723 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 699 String command_line = String::Format("%s %s \"%s\"", local
721 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 651 String command_line = String::Format("%s %s \"%s\"", local
673 const_cast<char*>(command_line.c_str()),
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 736 std::string command_line = local
757 const_cast<char*>(command_line.c_str()),
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.h 650 command_line() const function in class:gold::Incremental_inputs
797 command_line() const function in class:gold::Incremental_inputs_reader
    [all...]
script.cc 1246 Command_line* command_line,
1321 command_line() function in class:gold::Parser_closure
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 2737 milliseconds

12