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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp804 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); local
805 FileSystem::Instance().Resolve(search_path_spec);
807 if (!FileSystem::Instance().IsDirectory(search_path_spec))
809 search_path_spec.AppendPathComponent(
811 if (!FileSystem::Instance().Exists(search_path_spec))
815 resolved_module_spec.GetFileSpec() = search_path_spec;

Completed in 104 milliseconds