Home
last modified time | relevance | path

Searched refs:eTypeFileSpec (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValue.h37 eTypeFileSpec, enumerator
178 case 1u << eTypeFileSpec: return eTypeFileSpec; in ConvertTypeMaskToType()
DOptionValueFileSpec.h44 return eTypeFileSpec; in GetType()
/external/lldb/source/Interpreter/
DOptionValue.cpp78 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
87 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
525 case eTypeFileSpec: return "file"; in GetBuiltinTypeAsCString()
550 case 1u << eTypeFileSpec: value_sp.reset(new OptionValueFileSpec()); break; in CreateValueFromCStringForTypeMask()
DProperty.cpp92 case OptionValue::eTypeFileSpec: in Property()
DOptionValueArray.cpp57 case eTypeFileSpec: in DumpValue()
DOptionValueDictionary.cpp68 case eTypeFileSpec: in DumpValue()
/external/lldb/source/Target/
DTarget.cpp2320 …{ "expr-prefix" , OptionValue::eTypeFileSpec , false, 0 …
2339 …{ "input-path" , OptionValue::eTypeFileSpec , false, 0 …
2340 …{ "output-path" , OptionValue::eTypeFileSpec , false, 0 …
2341 …{ "error-path" , OptionValue::eTypeFileSpec , false, 0 …
DProcess.cpp102 …{ "python-os-plugin-path", OptionValue::eTypeFileSpec, false, true, NULL, NULL, "A path to a pytho…