Home | History | Annotate | Download | only in runtime

Lines Matching full:c_str

175                               file_path.c_str(),
176 symbol_error_msg.c_str());
192 file_path.c_str(),
193 symbol_error_msg.c_str());
206 *error_msg = StringPrintf("Failed to find oatbasslastword symbol in '%s'", file_path.c_str());
240 GetLocation().c_str(),
241 cause.c_str());
247 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
255 GetLocation().c_str(),
272 GetLocation().c_str(),
278 GetLocation().c_str(),
285 GetLocation().c_str(),
300 GetLocation().c_str(),
302 dex_file_location.c_str());
310 GetLocation().c_str(),
312 dex_file_location.c_str());
318 GetLocation().c_str(),
320 dex_file_location.c_str());
326 GetLocation().c_str(),
328 dex_file_location.c_str(),
336 GetLocation().c_str(),
338 dex_file_location.c_str(),
349 GetLocation().c_str(),
351 dex_file_location.c_str(),
358 GetLocation().c_str(),
360 dex_file_location.c_str(),
368 GetLocation().c_str(),
370 dex_file_location.c_str(),
381 GetLocation().c_str(),
383 dex_file_location.c_str());
390 GetLocation().c_str(),
392 dex_file_location.c_str(),
401 GetLocation().c_str(),
403 dex_file_location.c_str(),
414 GetLocation().c_str(),
416 dex_file_location.c_str());
428 GetLocation().c_str(),
430 dex_file_location.c_str(),
444 GetLocation().c_str(),
446 dex_file_location.c_str(),
456 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str());
482 GetLocation().c_str(),
517 reinterpret_cast<const uint8_t*>(dlsym(dlopen_handle_, symbol_name.c_str()));
644 UniqueCPtr<char> absolute_path(realpath(elf_filename.c_str(), nullptr));
646 *error_msg = StringPrintf("Failed to find absolute path for '%s'", elf_filename.c_str());
670 *error_msg = StringPrintf("host dlopen re-opened '%s'", elf_filename.c_str());
677 *error_msg = StringPrintf("Failed to dlopen '%s': %s", elf_filename.c_str(), dlerror());
870 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str()));
957 if (!OS::FileExists(filename.c_str())) {
958 *error_msg = StringPrintf("File %s does not exist.", filename.c_str());
1333 out << dex_file->GetLocation().c_str();
1361 int64_t converted = strtoll(checksum.c_str(), nullptr, 10);
1364 *msg = StringPrintf("Conversion error for %s", checksum.c_str());
1370 if (DexFile::GetChecksum(DexFile::GetDexCanonicalLocation(location.c_str()).c_str(),
1375 location.c_str(), converted, dex_checksum);
1381 *msg = StringPrintf("Could not retrieve checksum for %s: %s", location.c_str(),
1382 error_msg.c_str());