Searched defs:dll_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/
H A Dfile_version_info_unittest.cc59 FilePath dll_path = GetTestDataPath(); local
60 dll_path = dll_path.Append(kDLLNames[i]);
63 FileVersionInfo::CreateFileVersionInfo(dll_path));
101 FilePath dll_path = GetTestDataPath(); local
102 dll_path = dll_path.Append(kDLLNames[i]);
105 FileVersionInfo::CreateFileVersionInfo(dll_path));
114 FilePath dll_path = GetTestDataPath(); local
115 dll_path
[all...]
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_null.h26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; } argument
H A Dfirefox_importer_unittest_utils.h29 // -> Msg_Decryptor_Init(dll_path, db_path)
41 bool DecryptorInit(const FilePath& dll_path, const FilePath& db_path);
75 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, argument
77 return decryptor_.Init(dll_path, db_path);
H A Dnss_decryptor_win.cc40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { argument
52 if (!set_dll_directory(dll_path.value().c_str()))
62 FilePath path = dll_path.Append(kNSS3Library);
78 path = FilePath(dll_path).Append(kSoftokn3Library);
H A Dnss_decryptor_system_nss.cc27 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { argument
H A Dfirefox_importer_unittest_utils_mac.cc187 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, argument
189 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path));
221 void OnDecryptor_Init(FilePath dll_path, FilePath db_path) { argument
222 bool ret = decryptor_.Init(dll_path, db_path);

Completed in 200 milliseconds