OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportPublicKey
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
mock_owner_key_utils.h
25
MOCK_METHOD2(
ImportPublicKey
, bool(const FilePath& key_file,
owner_key_utils.h
49
virtual bool
ImportPublicKey
(const FilePath& key_file,
ownership_service_unittest.cc
115
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
138
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
165
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
185
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
209
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
owner_key_utils_unittest.cc
57
ASSERT_TRUE(utils_->
ImportPublicKey
(tmpfile, &from_disk));
owner_manager_unittest.cc
104
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
140
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
161
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
215
EXPECT_CALL(*mock_,
ImportPublicKey
(tmpfile_, _))
owner_key_utils.cc
42
bool
ImportPublicKey
(const FilePath& key_file,
111
bool OwnerKeyUtilsImpl::
ImportPublicKey
(const FilePath& key_file,
owner_manager.cc
50
!utils_->
ImportPublicKey
(utils_->GetOwnerKeyFilePath(), &public_key_)) {
Completed in 614 milliseconds