Searched defs:ReadApKeyValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc196 std::wstring ReadApKeyValue() { function in class:__anon6849::GoogleUpdateSettingsTest
375 EXPECT_STREQ(ReadApKeyValue().c_str(), L"-full");
386 EXPECT_STREQ(ReadApKeyValue().c_str(), L"");
396 EXPECT_STREQ(ReadApKeyValue().c_str(), L"");
406 EXPECT_STREQ(ReadApKeyValue().c_str(), L"");
411 std::wstring ap_key_value = ReadApKeyValue();
428 EXPECT_STREQ(ReadApKeyValue().c_str(), L"-full");
433 EXPECT_STREQ(ReadApKeyValue().c_str(), L"");

Completed in 48 milliseconds