Home
last modified time | relevance | path

Searched refs:tmpBuf (Results 1 – 1 of 1) sorted by relevance

/art/dexdump/
Ddexdump.cc1293 char* tmpBuf = reinterpret_cast<char*>(malloc(strlen(typeDescriptor) + 1)); in dumpMethod() local
1297 char* cp = tmpBuf; in dumpMethod()
1316 std::unique_ptr<char[]> dot(descriptorToDot(tmpBuf)); in dumpMethod()
1320 free(tmpBuf); in dumpMethod()