Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DPluginManager.cpp169 FileSpec dir_spec; in Initialize() local
174 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in Initialize()
176 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in Initialize()
187 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in Initialize()
189 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in Initialize()
DDebugger.cpp491 FileSpec dir_spec; in InstanceInitialize() local
496 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize()
498 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()
509 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()
511 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()