HomeSort by relevance Sort by last modified time
    Searched refs:dir_spec (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Debugger.cpp 491 FileSpec dir_spec; local
496 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec))
498 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
509 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec))
511 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
    [all...]
PluginManager.cpp 169 FileSpec dir_spec; local
174 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec))
176 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
187 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec))
189 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
    [all...]

Completed in 480 milliseconds