Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:tmp_buf

1246     char* tmp_buf = reinterpret_cast<char*>(malloc(strlen(type_descriptor) + 1));
1250 char* cp = tmp_buf;
1269 std::string dot(DescriptorToDotWrapper(tmp_buf));
1273 free(tmp_buf);