Home
last modified time | relevance | path

Searched refs:dll_path (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/
Dfile_version_info_unittest.cc60 FilePath dll_path = GetTestDataPath(); in TEST() local
61 dll_path = dll_path.Append(kDLLName); in TEST()
64 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
101 FilePath dll_path = GetTestDataPath(); in TEST() local
102 dll_path = dll_path.Append(kDLLNames[i]); in TEST()
105 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
114 FilePath dll_path = GetTestDataPath(); in TEST() local
115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TEST()
118 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.cc83 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) { in LoadFromPath() argument
95 handle_ = dlopen(dll_path, in LoadFromPath()
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": " in LoadFromPath()
Dlatebindingsymboltable.h50 bool LoadFromPath(const char *dll_path);
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dwin_platform_backend.py59 dll_path = os.path.join(executable_dir, dll_file_name)
66 if not (os.path.exists(dll_path) and os.path.exists(driver_path)):
80 if not os.path.exists(dll_path):
/external/sonivox/jet_tools/JetCreator/
Deas.py131 def InitEASModule (dll_path=None): argument
141 if dll_path is None:
142 dll_path=EAS_DLL_PATH
146 eas_dll = cdll.LoadLibrary(dll_path)
551 def __init__ (self, handle=None, dll_path=None, log_file=None): argument
553 InitEASModule(dll_path)