OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
1 - 25
of
29
) sorted by null
1
2
/external/libmojo/base/android/
command_line_android.cc
28
CommandLine::
ForCurrentProcess
()->AppendArguments(extra_command_line,
42
return CommandLine::
ForCurrentProcess
()->HasSwitch(switch_string);
50
std::string value(CommandLine::
ForCurrentProcess
()->GetSwitchValueNative(
61
CommandLine::
ForCurrentProcess
()->AppendSwitch(switch_string);
70
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
32
CommandLine cmd_line = *CommandLine::
ForCurrentProcess
();
multiprocess_test_android.cc
445
CommandLine* command_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
361
base::CommandLine* command_line = base::CommandLine::
ForCurrentProcess
();
695
base::CommandLine::
ForCurrentProcess
()->
command_line.cc
237
CommandLine* CommandLine::
ForCurrentProcess
() {
/system/bt/service/
settings.cc
33
auto command_line = base::CommandLine::
ForCurrentProcess
();
main.cc
51
auto command_line = base::CommandLine::
ForCurrentProcess
();
/external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc
85
base::CommandLine::
ForCurrentProcess
()->GetSwitches()) {
158
primordial_pipe_token = base::CommandLine::
ForCurrentProcess
()
168
*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
74
*base::CommandLine::
ForCurrentProcess
());
/system/update_engine/
update_engine_client.cc
289
base::CommandLine::
ForCurrentProcess
()->GetArgs();
341
base::CommandLine::
ForCurrentProcess
()->HasSwitch("cohort_hint");
update_engine_client_android.cc
143
base::CommandLine::
ForCurrentProcess
()->GetArgs();
/external/libchrome/base/trace_event/
memory_dump_manager.cc
156
!CommandLine::
ForCurrentProcess
()->HasSwitch(
160
std::string profiling_mode = CommandLine::
ForCurrentProcess
()
709
CommandLine::
ForCurrentProcess
()->HasSwitch(
[
all
...]
/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")) {
/external/libbrillo/brillo/
flag_helper.cc
183
helper->command_line_ = base::CommandLine::
ForCurrentProcess
();
/external/libchrome/base/process/
process_metrics_unittest.cc
471
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/libchrome/base/memory/
shared_memory_mac_unittest.cc
166
CommandLine cmd_line = *CommandLine::
ForCurrentProcess
();
Completed in 1256 milliseconds
1
2