HomeSort by relevance Sort by last modified time
    Searched full:non_empty_key_path_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/util/
registry_test_data.cc 44 non_empty_key_path_.clear();
60 non_empty_key_path_.assign(base_path_).append(L"\\NonEmptyKey");
66 result = key.Create(root_key_, non_empty_key_path_.c_str(), KEY_WRITE);
68 result = key.WriteValue(NULL, non_empty_key_path_.c_str());
90 EXPECT_EQ(non_empty_key_path_, str_value);
registry_test_data.h 41 const std::wstring& non_empty_key_path() const { return non_empty_key_path_; }
53 std::wstring non_empty_key_path_; member in class:RegistryTestData

Completed in 38 milliseconds