Lines Matching full:c_str
118 // // ... use name.c_str()
133 const char* c_str() const {
164 if (sourceName.c_str() == nullptr) {
177 dex_files = runtime->GetOatFileManager().OpenDexFilesFromOat(sourceName.c_str(),
178 outputName.c_str(),
203 ThrowWrappedIOException("%s", it->c_str());
267 if (class_name.c_str() == nullptr) {
271 const std::string descriptor(DotToDescriptor(class_name.c_str()));
272 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
274 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash);
283 descriptor.c_str(),
294 << " for " << class_name.c_str();
299 VLOG(class_linker) << "Failed to find dex_class_def " << class_name.c_str();
340 ScopedLocalRef<jstring> jdescriptor(env, env->NewStringUTF(descriptor.c_str()));
367 env->ThrowNew(iae.get(), message.c_str());
375 env->ThrowNew(iae.get(), message.c_str());
406 instruction_set.c_str());
409 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str()));
410 env->ThrowNew(iae.get(), message.c_str());
414 OatFileAssistant oat_file_assistant(filename.c_str(), target_instruction_set,
443 return env->NewStringUTF(status.str().c_str());
468 filename.c_str(),
469 instruction_set.c_str(),
470 target_compiler_filter.c_str(),
481 const char* filename = filename_utf.c_str();
503 return CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)
516 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) {
531 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) {
544 return env->NewStringUTF(new_filter_str.c_str());
572 instruction_set.c_str());
575 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str()));
576 env->ThrowNew(iae.get(), message.c_str());
580 OatFileAssistant oat_file_assistant(filename.c_str(),
590 return env->NewStringUTF(best_oat_file->GetLocation().c_str());