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

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

Completed in 30 milliseconds