Lines Matching full:c_str
667 MYLOGE("skipping command %s because its args were not NULL-terminated", cmd.c_str());
704 MYLOGE("skipping command %s because its args were not NULL-terminated", cmd.c_str());
778 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
779 MYLOGE("command '%s' timed out after %.3fs (killing pid %d)\n", cmd.c_str(),
784 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
785 MYLOGE("command '%s': Error after %.4fs (killing pid %d)\n", cmd.c_str(),
800 if (!silent) printf("*** command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
801 MYLOGE("command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
871 action.c_str() };
874 am_args[++am_index] = arg.c_str();
880 MYLOGD("send_broadcast command: %s\n", args_string.c_str());
1230 const char *args[] = { "/system/bin/screencap", "-p", path.c_str(), NULL };
1279 if (sscanf(sub.c_str(), "%2x", &ext_csd_rev) != 1) {
1281 ext_csd_path, sub.c_str());
1305 if (sscanf(sub.c_str(), "%2x", &ext_pre_eol_info) != 1) {
1307 ext_csd_path, sub.c_str());
1349 if (sscanf(sub.c_str(), "%2x", &ext_device_life_time_est) != 1) {
1354 sub.c_str());
1393 MYLOGE("internal error: missing NULL entry on %s", string->c_str());