Home | History | Annotate | Download | only in aapt

Lines Matching full:mdata

447         return mData;
450 void* buf = realloc(mData, allocSize);
454 mData = buf;
470 return mData;
477 return mData;
502 if (mData != NULL) free(mData);
503 mData = NULL;