Searched refs:dir_spec (Results 1 – 2 of 2) sorted by relevance
169 FileSpec dir_spec; in Initialize() local174 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()
491 FileSpec dir_spec; in InstanceInitialize() local496 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()