Searched refs:sysWriteFully (Results 1 – 5 of 5) sorted by relevance
/dalvik/libdex/ |
D | SysUtil.h | 101 int sysWriteFully(int fd, const void* buf, size_t count, const char* logMsg);
|
D | SysUtil.cpp | 316 int sysWriteFully(int fd, const void* buf, size_t count, const char* logMsg) in sysWriteFully() function 351 if (sysWriteFully(outFd, buf, getSize, "sysCopyFileToFile") != 0) in sysCopyFileToFile()
|
D | ZipArchive.cpp | 662 if (sysWriteFully(outFd, writeBuf, writeSize, "Zip inflate") != 0) in inflateToFile()
|
/dalvik/vm/hprof/ |
D | Hprof.cpp | 135 result = sysWriteFully(outFd, headCtx->fileDataPtr, in hprofShutdown() 137 result |= sysWriteFully(outFd, tailCtx->fileDataPtr, in hprofShutdown()
|
/dalvik/vm/analysis/ |
D | DexPrepare.cpp | 735 if (sysWriteFully(fd, &optHdr, sizeof(optHdr), "DexOpt opt header") != 0) in dvmContinueOptimization() 1422 result = sysWriteFully(fd, buf, bufLen, "DexOpt dep info"); in writeDependencies() 1451 if (sysWriteFully(fd, &header, sizeof(header), in writeChunk() 1458 if (sysWriteFully(fd, data, size, "DexOpt opt chunk write") != 0) in writeChunk()
|