Searched refs:type_arg (Results 1 – 2 of 2) sorted by relevance
/system/connectivity/shill/net/ |
D | netlink_attribute.cc | 1012 NetlinkAttribute::Type type_arg, string attribute_name_arg, in NestedData() argument 1014 : type(type_arg), attribute_name(attribute_name_arg), in NestedData() 1018 NetlinkAttribute::Type type_arg, string attribute_name_arg, in NestedData() argument 1020 : type(type_arg), attribute_name(attribute_name_arg), in NestedData()
|
/system/core/adb/ |
D | commandline.cpp | 611 const std::string& type_arg, in ShellServiceString() argument 622 if (!type_arg.empty()) { in ShellServiceString() 623 args.push_back(type_arg); in ShellServiceString() 641 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, in RemoteShell() argument 645 type_arg, command); in RemoteShell() 650 bool raw_stdin = (type_arg == kShellServiceArgPty || in RemoteShell() 651 (type_arg.empty() && command.empty())); in RemoteShell()
|