Searched refs:nss_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils.h38 bool Setup(const FilePath& nss_path);
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { argument
H A Dfirefox_importer_unittest.cc22 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...]
H A Dfirefox_importer_unittest_utils_mac.cc28 // |nss_path| - path to the NSS directory holding the decryption libraries.
32 bool LaunchNSSDecrypterChildProcess(const FilePath& nss_path, argument
43 dyld_override.second = nss_path.value();
125 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { argument
137 bool ret = LaunchNSSDecrypterChildProcess(nss_path,

Completed in 41 milliseconds