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

  /external/chromium/chrome/browser/chromeos/login/
ownership_service_unittest.cc 84 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
90 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
98 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
106 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
113 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
136 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
150 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
163 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
183 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
207 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
    [all...]
owner_manager_unittest.cc 102 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
120 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
138 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
159 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
184 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
213 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
242 EXPECT_CALL(*mock_, GetOwnerKeyFilePath())
mock_owner_key_utils.h 35 MOCK_METHOD0(GetOwnerKeyFilePath, FilePath());
owner_key_utils.h 71 virtual FilePath GetOwnerKeyFilePath() = 0;
owner_key_utils.cc 55 FilePath GetOwnerKeyFilePath();
166 FilePath OwnerKeyUtilsImpl::GetOwnerKeyFilePath() {
owner_manager.cc 50 !utils_->ImportPublicKey(utils_->GetOwnerKeyFilePath(), &public_key_)) {
ownership_service.cc 73 return file_util::PathExists(utils_->GetOwnerKeyFilePath());

Completed in 309 milliseconds