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

/external/libchrome/base/
H A Dfile_version_info_unittest.cc63 FilePath dll_path = GetTestDataPath(); local
64 dll_path = dll_path.Append(kDLLName);
67 FileVersionInfo::CreateFileVersionInfo(dll_path));
104 FilePath dll_path = GetTestDataPath(); local
105 dll_path = dll_path.Append(kDLLNames[i]);
108 FileVersionInfo::CreateFileVersionInfo(dll_path));
117 FilePath dll_path = GetTestDataPath(); local
118 dll_path
[all...]
/external/webrtc/webrtc/base/
H A Dlatebindingsymboltable.cc83 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) { argument
95 handle_ = dlopen(dll_path,
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "

Completed in 341 milliseconds