Lines Matching full:c_str
760 *output = StringPrintf("'%s'", value.c_str());
766 reinterpret_cast<const unsigned char*>(value_.c_str()),
791 *output = StringPrintf("[SSID=%s]", temp.c_str());
916 "%s_%d", array_template.attribute_name.c_str(), id);
952 list->CreateRawAttribute(id, attribute_name.c_str());
955 list->CreateU8Attribute(id, attribute_name.c_str());
958 list->CreateU16Attribute(id, attribute_name.c_str());
961 list->CreateU32Attribute(id, attribute_name.c_str());
965 list->CreateU64Attribute(id, attribute_name.c_str());
968 list->CreateFlagAttribute(id, attribute_name.c_str());
971 list->CreateStringAttribute(id, attribute_name.c_str());
980 list->CreateNestedAttribute(id, attribute_name.c_str());
1086 return id_string_.c_str();