Lines Matching full:c_str
181 UsageError("Command: %s", CommandLine().c_str());
450 LogMessage::LogLine(__FILE__, __LINE__, LogSeverity::FATAL, message.c_str());
470 Fatal(message.c_str());
627 Usage("%s", parser_options->error_msg.c_str());
640 parser_options->error_msg.c_str());
647 Usage("Error parsing '%s': %s", option.data(), parser_options->error_msg.c_str());
816 parser_options->error_msg.c_str());
915 Usage("--multi-image used with unusable oat filename %s", base_oat.c_str());
927 Usage("--multi-image used with unusable image filename %s", base_img.c_str());
971 image_filenames_.push_back((char_backing_storage_.end() - 1)->c_str());
975 oat_filenames_.push_back((char_backing_storage_.end() - 1)->c_str());
1225 oat_filenames_.push_back(oat_location_.c_str());
1237 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str()));
1246 unlink(swap_file_name_.c_str());
1552 if (StartsWith(dex_location, filter.c_str())) {
1916 if (flock.Init(profile_file_.c_str(), O_RDONLY, /* block */ true, &error)) {
1981 DexFile::GetDexCanonicalLocation(location.c_str()));
2002 if (!DexFile::Open(location.c_str(), location.c_str(), &error_msg, opened_dex_files)) {
2005 OatFileAssistant oat_file_assistant(location.c_str(), isa, false, false);
2012 oat_file_assistant.LoadDexFiles(*oat_file, location.c_str());
2112 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) {
2156 std::unique_ptr<File> tmp_file(OS::CreateEmptyFile(tmp_file_name.c_str()));
2265 image_filenames_.push_back(app_image_file_name_.c_str());
2353 zip_filename, error_msg->c_str());
2361 zip_filename, error_msg->c_str());
2384 std::string descriptor((*process)(dot.c_str()));