Searched refs:dstfid (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/tools/darch/src/ |
| D | utils.c | 40 void CopyUtility(int srcfid, int srcoff, int dstfid, int dstoff, int size) in CopyUtility() argument 59 if ( -1 == lseek(dstfid, dstoff, SEEK_SET) ) in CopyUtility() 82 if ( copySize != write(dstfid, buffer, copySize) ) in CopyUtility()
|
| /RvlSDK-3.2.2/build/tools/darch/include/ |
| D | darch.h | 208 extern void CopyUtility(int srcfid, int srcoff, int dstfid, int dstoff, int size);
|