Home
last modified time | relevance | path

Searched refs:type_arg (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_namespace.h318 for (auto& type_arg : aidl_type.GetTypeParameters()) { in CanonicalizeContainerType()
319 if (type_arg->IsGeneric()) { in CanonicalizeContainerType()
324 std::string type_name = type_arg->ToString(); in CanonicalizeContainerType()
/system/core/adb/client/
Dcommandline.cpp562 const std::string& type_arg, in ShellServiceString() argument
573 if (!type_arg.empty()) { in ShellServiceString()
574 args.push_back(type_arg); in ShellServiceString()
592 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument
604 bool raw_stdin = (type_arg == kShellServiceArgPty || (type_arg.empty() && empty_command)); in RemoteShell()