Home | History | Annotate | Download | only in src

Lines Matching full:c_str

54                               name.c_str(), path.c_str());
62 "Trait '%s' is undefined", trait.c_str());
114 name.c_str(), path.c_str());
137 "There is no component array named '%s' at path '%s'", name.c_str(),
138 path.c_str());
145 name.c_str(), path.c_str(), index);
168 "Trait '%s' must be an object", it.key().c_str());
176 "Trait '%s' cannot be redefined", it.key().c_str());
237 EnumToString(role).c_str(),
238 EnumToString(minimal_role).c_str());
253 command_instance->GetName().c_str(), trait_name.c_str());
281 component_path.c_str(), pair.first.c_str());
341 std::string key = base::StringPrintf("%s.commands.%s", components[0].c_str(),
342 components[1].c_str());
354 "Command definition for '%s' not found", command_name.c_str());
414 "Empty state package in '%s'", name.c_str());
419 "State property name not specified in '%s'", name.c_str());
421 std::string key = base::StringPrintf("state.%s", name.c_str());
427 name.c_str(), component_path.c_str());
441 "Empty state package in '%s'", name.c_str());
446 "State property name not specified in '%s'", name.c_str());
516 "Package '%s' must be an object", it.key().c_str());
523 std::string key = base::StringPrintf("%s.commands.%s", it.key().c_str(),
524 it_def.key().c_str());
528 "Redefining command '%s.%s'", it.key().c_str(),
529 it_def.key().c_str());
554 "Package '%s' must be an object", it.key().c_str());
561 std::string key = base::StringPrintf("%s.state.%s", it.key().c_str(),
562 it_def.key().c_str());
567 it.key().c_str(), it_def.key().c_str());
672 "Empty path element at '%s'", root_path.c_str());
678 "Invalid array element syntax '%s'", parts[i].c_str());
687 "Invalid array index '%s'", element.second.c_str());
699 element.first.c_str(), root_path.c_str());
707 element.first.c_str(), root_path.c_str());
715 root_path.c_str(), element.first.c_str());
721 root_path.c_str(), element.first.c_str());
734 "Element '%s.%s' does not contain item #%d", root_path.c_str(),
735 element.first.c_str(), array_index);