Searched refs:joined (Results 1 – 5 of 5) sorted by relevance
57 C2String joined; in BaseParams() local59 if (joined.length()) { in BaseParams()60 joined += ","; in BaseParams()62 joined += alias; in BaseParams()66 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
58 std::unique_ptr<const char> joined(rsuJoinStrings(nArgs, args)); in rsuExecuteCommand() local59 ALOGV("Invoking %s with args '%s'", exe, joined.get()); in rsuExecuteCommand()
131 auto joined = base::Join(ret, ','); in getVintfInfo() local132 return joined.empty() ? "X" : joined; in getVintfInfo()
14782 // will be joined with other logs such as rotation button clicked.