HomeSort by relevance Sort by last modified time
    Searched refs:GetParentKeyInfo (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 117 // Test RegKey::GetParentKeyInfo
122 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
126 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
130 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"a");
134 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
139 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
144 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
win32regkey.h 307 static std::wstring GetParentKeyInfo(std::wstring* key_name);
win32regkey.cc 815 std::wstring parent_key(GetParentKeyInfo(&key_name));
950 std::wstring RegKey::GetParentKeyInfo(std::wstring* key_name) {

Completed in 864 milliseconds