Searched refs:RTFileTell (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp286 return RTFileTell(m_File);
314 m_Elements.push(EbmlSubElement(RTFileTell(m_File), classId));
330 uint64_t uPos = RTFileTell(m_File);
509 m_uPositionReference = RTFileTell(m_Ebml.getFile());
514 m_uTrackPos = RTFileTell(m_Ebml.getFile());
520 m_uTrackIdPos = RTFileTell(m_Ebml.getFile());
567 m_uClusterPos = RTFileTell(m_Ebml.getFile());
593 m_uCuePos = RTFileTell(m_Ebml.getFile());
626 uint64_t uPos = RTFileTell(m_Ebml.getFile());
652 m_uSegmentInfoPos = RTFileTell(m_Ebm
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstFile.cpp99 uint64_t offFile = RTFileTell(File);
102 RTPrintf("RTFileTell -> %#RX64, expected 0 (#1)\n", offFile);
170 offFile = RTFileTell(File);
173 RTPrintf("RTFileTell -> %#llx, expected %#llx (#2)\n", offFile, _2G + _1M);
243 offFile = RTFileTell(File);
246 RTPrintf("RTFileTell -> %#llx, expected %#llx (#3)\n", offFile, _2G + 1);
260 offFile = RTFileTell(File);
263 RTPrintf("RTFileTell -> %#RX64, expected %#RX64 (#4)\n", offFile, _2G + _1M + sizeof(szTestBuf));
277 offFile = RTFileTell(File);
280 RTPrintf("RTFileTell
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp340 uint64_t const offElfHdr = RTFileTell(hFile);
366 Assert(RTFileTell(hFile) == offNoteSection);
381 Assert(RTFileTell(hFile) == offLoadSections);
419 Assert(RTFileTell(hFile) == offCoreDescriptor);
432 Assert(RTFileTell(hFile) == offCpuDumps);
447 Assert(RTFileTell(hFile) == offMemory);
H A DSSM.cpp1965 Assert(RTFileTell((RTFILE)(uintptr_t)pvUser) == offStream); NOREF(offStream);
1975 Assert(RTFileTell((RTFILE)(uintptr_t)pvUser) == offStream); NOREF(offStream);
1994 return RTFileTell((RTFILE)(uintptr_t)pvUser);
/vbox/include/iprt/
H A Dfile.h500 RTDECL(uint64_t) RTFileTell(RTFILE File);
H A Dmangling.h617 # define RTFileTell RT_MANGLER(RTFileTell) macro
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp160 if (RTFileTell(pFile->file) != uTableStart)
H A Dfileio.cpp327 RTR3DECL(uint64_t) RTFileTell(RTFILE File) function
/vbox/src/libs/kStuff/iprt/
H A DkRdrFile-iprt.cpp461 pRdrFile->off = RTFileTell(pRdrFile->File);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp641 uOffsetActual = RTFileTell(pFile->hFile);

Completed in 120 milliseconds