Searched defs:c_str (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dlogging.h287 const char* c_str() const { function in class:art::ToStr
288 return s_.c_str();
/art/runtime/arch/
H A Dstub_test.cc1783 const char* c_str[kStringCount] = { "", "a", "ba", "cba", "dcba", "edcba", "asdfghjkl" }; local
1791 s[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), c_str[i]));
1798 DCHECK_LE(strlen(c_str[kStringCount-1]), kMaxLen) << "Please fix the indexof test.";
1830 EXPECT_EQ(expected[x][y][z], conv.i) << "Wrong result for " << c_str[x] << " / " <<
/art/runtime/native/
H A Ddalvik_system_DexFile.cc63 // // ... use name.c_str()
78 const char* c_str() const { function in class:art::NullableScopedUtfChars
103 if (sourceName.c_str() == NULL) {
115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs,
133 ThrowWrappedIOException("%s", it->c_str());
177 if (class_name.c_str() == NULL) {
181 const std::string descriptor(DotToDescriptor(class_name.c_str()));
182 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
184 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), has
[all...]

Completed in 77 milliseconds