Searched refs:RTFileQuerySize (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTFileQuerySize-generic.cpp3 * IPRT - RTFileQuerySize, generic implementation.
40 RTDECL(int) RTFileQuerySize(const char *pszPath, uint64_t *pcbFile) function
49 LogFlow(("RTFileQuerySize(%p:{%s}): returns %Rrc (%#RX64)\n", pszPath, pszPath, rc, *pcbFile));
58 LogFlow(("RTFileQuerySize(%p:{%s}): returns %Rrc\n", pszPath, pszPath, rc));
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp246 rc = RTFileQuerySize(pcszPath, &cbSize);
316 rc = RTFileQuerySize(pszNewFile, &cbSize);
/vbox/include/iprt/
H A Dfile.h95 RTDECL(int) RTFileQuerySize(const char *pszPath, uint64_t *pcbFile);
H A Dmangling.h600 # define RTFileQuerySize RT_MANGLER(RTFileQuerySize) macro
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1994 rc = RTFileQuerySize(pcszFilename, &cbPrevFile);
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp213 int vrc = RTFileQuerySize(sst.strSaveStateFile.c_str(), &cbSize);
H A DMediumImpl.cpp4940 * be write locked by a running VM. Resort to RTFileQuerySize().
4948 vrc = RTFileQuerySize(this->i_getLocationFull().c_str(), &cbMediumThis);
4951 vrc = RTFileQuerySize(pOther->i_getLocationFull().c_str(),
H A DMachineImpl.cpp7862 int vrc2 = RTFileQuerySize(strStartupLogFile.c_str(), &cbStartupLogFile);

Completed in 151 milliseconds