Searched defs:offOrg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAllByHandleEx-generic.cpp47 RTFOFF offOrg; local
48 int rc = RTFileSeek(File, 0, RTFILE_SEEK_CURRENT, (uint64_t *)&offOrg);
101 RTFileSeek(File, offOrg, RTFILE_SEEK_BEGIN, NULL);

Completed in 2398 milliseconds