Home
last modified time | relevance | path

Searched refs:GetOwnerKeyFilePath (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Downership_service_unittest.cc84 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
90 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
98 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
106 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
113 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
136 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
150 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
163 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
183 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
207 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
Downer_manager_unittest.cc102 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
120 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
138 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
159 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
184 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
213 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
242 EXPECT_CALL(*mock_, GetOwnerKeyFilePath()) in TEST_F()
Downer_key_utils.cc55 FilePath GetOwnerKeyFilePath();
166 FilePath OwnerKeyUtilsImpl::GetOwnerKeyFilePath() { in GetOwnerKeyFilePath() function in chromeos::OwnerKeyUtilsImpl
Dmock_owner_key_utils.h35 MOCK_METHOD0(GetOwnerKeyFilePath, FilePath());
Downer_key_utils.h71 virtual FilePath GetOwnerKeyFilePath() = 0;
Downer_manager.cc50 !utils_->ImportPublicKey(utils_->GetOwnerKeyFilePath(), &public_key_)) { in LoadOwnerKey()
Downership_service.cc73 return file_util::PathExists(utils_->GetOwnerKeyFilePath()); in IsAlreadyOwned()