Home
last modified time | relevance | path

Searched refs:GetSwitchValueNative (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc297 StringType value = GetSwitchValueNative(switch_string); in GetSwitchValueASCII()
311 return FilePath(GetSwitchValueNative(switch_string)); in GetSwitchValuePath()
314 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueNative() function in base::CommandLine
369 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
Dcommand_line.h171 StringType GetSwitchValueNative(const StringPiece& switch_string) const;
Dcommand_line_unittest.cc146 EXPECT_EQ(kTricky, cl.GetSwitchValueNative("quotes")); in TEST()
290 EXPECT_EQ(value5, cl.GetSwitchValueNative(switch5)); in TEST()
/external/libmojo/base/android/
Dcommand_line_android.cc50 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative( in GetSwitchValue()