OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nss_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/utility/importer/
firefox_importer_unittest.cc
24
base::FilePath
nss_path
;
local
25
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &
nss_path
));
27
nss_path
=
nss_path
.AppendASCII("firefox3_nss_mac");
29
nss_path
=
nss_path
.AppendASCII("firefox3_nss");
36
ASSERT_TRUE(decryptor_proxy.Setup(
nss_path
));
38
ASSERT_TRUE(decryptor_proxy.DecryptorInit(
nss_path
, db_path));
firefox_importer_unittest_utils.h
41
bool Setup(const base::FilePath&
nss_path
);
75
bool FFUnitTestDecryptorProxy::Setup(const base::FilePath&
nss_path
) {
firefox_importer_unittest_utils_mac.cc
35
// |
nss_path
| - path to the NSS directory holding the decryption libraries.
39
bool LaunchNSSDecrypterChildProcess(const base::FilePath&
nss_path
,
48
options.environ["DYLD_FALLBACK_LIBRARY_PATH"] =
nss_path
.value();
132
bool FFUnitTestDecryptorProxy::Setup(const base::FilePath&
nss_path
) {
144
bool ret = LaunchNSSDecrypterChildProcess(
nss_path
,
/external/chromium/chrome/browser/importer/
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.h
38
bool Setup(const FilePath&
nss_path
);
71
bool FFUnitTestDecryptorProxy::Setup(const FilePath&
nss_path
) {
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 91 milliseconds