Home | History | Annotate | Download | only in libprofile

Lines Matching refs:lseek

77         arrayHeaderLocation = lseek(outFile, 0, SEEK_CUR);
78 lseek(outFile, sizeof(PathProfileHeader), SEEK_CUR);
97 arrayCurrentLocation = lseek(outFile, 0, SEEK_CUR);
98 lseek(outFile, arrayHeaderLocation, SEEK_SET);
106 lseek(outFile, arrayCurrentLocation, SEEK_SET);
229 headerLocation = lseek(outFile, 0, SEEK_CUR);
230 lseek(outFile, 2*sizeof(uint32_t), SEEK_CUR);
248 currentLocation = lseek(outFile, 0, SEEK_CUR);
249 lseek(outFile, headerLocation, SEEK_SET);
257 lseek(outFile, currentLocation, SEEK_SET);