Searched refs:GetOwnerKeyFilePath (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | ownership_service_unittest.cc | 84 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()
|
D | owner_manager_unittest.cc | 102 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()
|
D | owner_key_utils.cc | 55 FilePath GetOwnerKeyFilePath(); 166 FilePath OwnerKeyUtilsImpl::GetOwnerKeyFilePath() { in GetOwnerKeyFilePath() function in chromeos::OwnerKeyUtilsImpl
|
D | mock_owner_key_utils.h | 35 MOCK_METHOD0(GetOwnerKeyFilePath, FilePath());
|
D | owner_key_utils.h | 71 virtual FilePath GetOwnerKeyFilePath() = 0;
|
D | owner_manager.cc | 50 !utils_->ImportPublicKey(utils_->GetOwnerKeyFilePath(), &public_key_)) { in LoadOwnerKey()
|
D | ownership_service.cc | 73 return file_util::PathExists(utils_->GetOwnerKeyFilePath()); in IsAlreadyOwned()
|