Home
last modified time | relevance | path

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

/system/libvintf/
Dmain.cpp71 struct Option { struct
72 char shortOption = '\0'; argument
73 std::string longOption; argument
75 std::function<Status(ParsedOptions*)> op; argument
78 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
Dcheck_vintf.cpp47 enum Option : int { enum
/system/extras/partition_tools/
Dlpmake.cc88 enum class Option : int { enum