Home
last modified time | relevance | path

Searched defs:dll_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/
Dfile_version_info_unittest.cc59 FilePath dll_path = GetTestDataPath(); in TEST() local
101 FilePath dll_path = GetTestDataPath(); in TEST() local
114 FilePath dll_path = GetTestDataPath(); in TEST() local
/external/chromium/chrome/browser/importer/
Dnss_decryptor_null.h26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; } in Init()
Dfirefox_importer_unittest_utils.h75 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit()
Dfirefox_importer_unittest_utils_mac.cc187 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit()
221 void OnDecryptor_Init(FilePath dll_path, FilePath db_path) { in OnDecryptor_Init()
Dnss_decryptor_win.cc40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { in Init()
Dnss_decryptor_system_nss.cc27 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { in Init()
/external/sonivox/jet_tools/JetCreator/
Deas.py131 def InitEASModule (dll_path=None): argument
551 def __init__ (self, handle=None, dll_path=None, log_file=None): argument