Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndexAsFileSpec (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h225 GetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx) const;
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp429 OptionValueProperties::GetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx)… in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
/external/lldb/source/Target/
DTarget.cpp2689 return m_collection_sp->GetPropertyAtIndexAsFileSpec (NULL, idx); in GetStandardInputPath()
2703 return m_collection_sp->GetPropertyAtIndexAsFileSpec (NULL, idx); in GetStandardOutputPath()
2717 return m_collection_sp->GetPropertyAtIndexAsFileSpec(NULL, idx); in GetStandardErrorPath()
DProcess.cpp165 return m_collection_sp->GetPropertyAtIndexAsFileSpec(NULL, idx); in GetPythonOSPluginPath()