Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp907 char dylib_path[PATH_MAX]; in DynamicLibraryGetSymbol() local
908 if (dylib_info->file_spec.GetPath (dylib_path, sizeof(dylib_path))) in DynamicLibraryGetSymbol()
909 error.SetErrorStringWithFormat ("symbol not found in \"%s\"", dylib_path); in DynamicLibraryGetSymbol()