OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSwitchValueNative
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/
command_line.cc
301
StringType value =
GetSwitchValueNative
(switch_string);
315
return FilePath(
GetSwitchValueNative
(switch_string));
318
CommandLine::StringType CommandLine::
GetSwitchValueNative
(
373
AppendSwitchNative(switches[i], source.
GetSwitchValueNative
(switches[i]));
command_line.h
171
StringType
GetSwitchValueNative
(const StringPiece& switch_string) const;
command_line_unittest.cc
146
EXPECT_EQ(kTricky, cl.
GetSwitchValueNative
("quotes"));
290
EXPECT_EQ(value5, cl.
GetSwitchValueNative
(switch5));
/external/libmojo/base/android/
command_line_android.cc
52
std::string value(CommandLine::ForCurrentProcess()->
GetSwitchValueNative
(
/external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc
208
base::CommandLine::ForCurrentProcess()->
GetSwitchValueNative
(
/system/security/keystore/
keystore_cli_v2.cpp
618
return Confirmation(command_line->
GetSwitchValueNative
("prompt_text"),
Completed in 447 milliseconds