HomeSort by relevance Sort by last modified time
    Searched refs:ForCurrentProcess (Results 1 - 25 of 27) sorted by null

1 2

  /external/libmojo/base/android/
command_line_android.cc 30 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
44 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
52 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(
63 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
72 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string,
  /external/libchrome/base/test/
test_timeouts.cc 45 if (base::CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
46 std::string string_value(base::CommandLine::ForCurrentProcess()->
multiprocess_test.cc 47 CommandLine cmd_line = *CommandLine::ForCurrentProcess();
  /external/libchrome/base/
sys_info.cc 24 CommandLine* command_line = CommandLine::ForCurrentProcess();
command_line.h 99 static CommandLine* ForCurrentProcess();
222 // CommandLine cl(*CommandLine::ForCurrentProcess());
command_line_unittest.cc 386 CommandLine* initial = CommandLine::ForCurrentProcess();
388 CommandLine* current = CommandLine::ForCurrentProcess();
logging.cc 366 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
700 base::CommandLine::ForCurrentProcess()->
command_line.cc 241 CommandLine* CommandLine::ForCurrentProcess() {
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 94 base::CommandLine::ForCurrentProcess()->GetSwitches()) {
205 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
208 base::CommandLine::ForCurrentProcess()->GetSwitchValueNative(
220 *base::CommandLine::ForCurrentProcess()));
228 *base::CommandLine::ForCurrentProcess()));
  /system/bt/service/
main.cc 51 auto command_line = base::CommandLine::ForCurrentProcess();
settings.cc 33 auto command_line = base::CommandLine::ForCurrentProcess();
  /system/tpm/tpm_manager/server/
main.cc 53 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
  /system/bt/service/example/heart_rate/
server_main.cc 141 base::CommandLine::ForCurrentProcess()->HasSwitch("advertise");
  /system/tpm/attestation/server/
main.cc 102 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
  /system/tpm/trunks/
trunksd.cc 74 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
trunks_client.cc 166 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
  /external/libmojo/mojo/edk/embedder/
embedder.cc 53 *base::CommandLine::ForCurrentProcess());
  /system/tpm/attestation/client/
main.cc 126 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
266 base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII("output"));
427 base::CommandLine::ForCurrentProcess()->HasSwitch("output")) {
  /system/update_engine/
update_engine_client.cc 304 base::CommandLine::ForCurrentProcess()->GetArgs();
356 base::CommandLine::ForCurrentProcess()->HasSwitch("cohort_hint");
update_engine_client_android.cc 146 base::CommandLine::ForCurrentProcess()->GetArgs();
  /external/libbrillo/brillo/
flag_helper.cc 183 helper->command_line_ = base::CommandLine::ForCurrentProcess();
  /external/libchrome/base/process/
process_metrics_unittest.cc 535 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /system/tpm/tpm_manager/client/
main.cc 211 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
  /external/libchrome/base/trace_event/
memory_dump_manager.cc 189 !CommandLine::ForCurrentProcess()->HasSwitch(
193 std::string profiling_mode = CommandLine::ForCurrentProcess()
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 579 CommandLine* command_line = CommandLine::ForCurrentProcess();

Completed in 1286 milliseconds

1 2