HomeSort by relevance Sort by last modified time
    Searched defs:pBytes (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/native/
dalvik_system_DexFile.cpp 254 u1* pBytes;
265 pBytes = (u1*) malloc(length);
267 if (pBytes == NULL) {
272 memcpy(pBytes, fileContentsObj->contents, length);
274 if (dvmRawDexFileOpenArray(pBytes, length, &pRawDexFile) != 0) {
276 free(pBytes);
285 pDexOrJar->pDexMemory = pBytes;
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 362 ULONG *pBytes;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 362 ULONG *pBytes;

Completed in 60 milliseconds