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()
484 FileSpec dir_spec; in InstanceInitialize() local489 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec)) in InstanceInitialize()491 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()502 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec)) in InstanceInitialize()504 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()