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 253 u1* pBytes;
264 pBytes = (u1*) malloc(length);
266 if (pBytes == NULL) {
271 memcpy(pBytes, fileContentsObj->contents, length);
273 if (dvmRawDexFileOpenArray(pBytes, length, &pRawDexFile) != 0) {
275 free(pBytes);
284 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 269 milliseconds