Searched refs:joined (Results 1 – 4 of 4) sorted by relevance
46 C2String joined; in BaseParams() local48 if (joined.length()) { in BaseParams()49 joined += ","; in BaseParams()51 joined += alias; in BaseParams()55 .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()