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