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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc49 // // ... use name.c_str()
64 const char* c_str() const { function in class:art::NullableScopedUtfChars
89 if (sourceName.c_str() == NULL) {
92 std::string dex_location(sourceName.c_str());
104 "Unable to get checksum of dex file: %s", dex_location.c_str());
110 if (outputName.c_str() == NULL) {
113 std::string oat_location(outputName.c_str());
120 "Unable to open dex file: %s", dex_location.c_str());
158 if (class_name.c_str() == NULL) {
162 const std::string descriptor(DotToDescriptor(class_name.c_str()));
[all...]
/art/runtime/base/
H A Dlogging.h293 const char* c_str() const { function in class:art::ToStr
294 return s_.c_str();

Completed in 791 milliseconds