Searched defs:type_arg (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/net/
H A Dnetlink_attribute.cc1012 NetlinkAttribute::Type type_arg, string attribute_name_arg,
1014 : type(type_arg), attribute_name(attribute_name_arg),
1018 NetlinkAttribute::Type type_arg, string attribute_name_arg,
1020 : type(type_arg), attribute_name(attribute_name_arg),
1011 NestedData( NetlinkAttribute::Type type_arg, string attribute_name_arg, bool is_array_arg) argument
1017 NestedData( NetlinkAttribute::Type type_arg, string attribute_name_arg, bool is_array_arg, const AttributeParser& parse_attribute_arg) argument
/system/core/adb/
H A Dcommandline.cpp611 const std::string& type_arg,
622 if (!type_arg.empty()) {
623 args.push_back(type_arg);
641 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, argument
645 type_arg, command);
650 bool raw_stdin = (type_arg == kShellServiceArgPty ||
651 (type_arg.empty() && command.empty()));
610 ShellServiceString(bool use_shell_protocol, const std::string& type_arg, const std::string& command) argument

Completed in 96 milliseconds