Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/
Dmain.cpp98 struct Option { struct
99 char shortOption = '\0'; argument
100 std::string longOption; argument
102 std::function<Status(ParsedOptions*)> op; argument
105 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
Dcheck_vintf.cpp55 enum Option : int { enum
/system/authgraph/wire/src/
Dcbor.rs131 impl<T: AsCborValue> AsCborValue for Option<T> { implementation
/system/extras/partition_tools/
Dlpmake.cc111 enum class Option : int { enum
/system/keymint/hal/src/
Dhal.rs506 impl TryFromm<&keymint::KeyParameter::KeyParameter> for Option<KeyParam> { implementation
/system/keymint/wire/src/
Dlib.rs380 impl<T: AsCborValue> AsCborValue for Option<T> { implementation