OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nss_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h
38
bool Setup(const FilePath&
nss_path
);
71
bool FFUnitTestDecryptorProxy::Setup(const FilePath&
nss_path
) {
firefox_importer_unittest.cc
22
FilePath
nss_path
;
local
23
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &
nss_path
));
25
nss_path
=
nss_path
.AppendASCII("firefox2_nss_mac");
27
nss_path
=
nss_path
.AppendASCII("firefox2_nss");
34
ASSERT_TRUE(decryptor_proxy.Setup(
nss_path
));
36
EXPECT_TRUE(decryptor_proxy.DecryptorInit(
nss_path
, db_path));
47
FilePath
nss_path
;
local
48
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &
nss_path
));
[
all
...]
firefox_importer_unittest_utils_mac.cc
28
// |
nss_path
| - path to the NSS directory holding the decryption libraries.
32
bool LaunchNSSDecrypterChildProcess(const FilePath&
nss_path
,
43
dyld_override.second =
nss_path
.value();
125
bool FFUnitTestDecryptorProxy::Setup(const FilePath&
nss_path
) {
137
bool ret = LaunchNSSDecrypterChildProcess(
nss_path
,
Completed in 65 milliseconds