Searched refs:RTIsoFsGetFileInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Disofs.h205 RTR3DECL(int) RTIsoFsGetFileInfo(PRTISOFSFILE pFile, const char *pszPath,
H A Dmangling.h668 # define RTIsoFsGetFileInfo RT_MANGLER(RTIsoFsGetFileInfo) macro
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp521 RTR3DECL(int) RTIsoFsGetFileInfo(PRTISOFSFILE pFile, const char *pszPath, function
560 int rc = RTIsoFsGetFileInfo(pFile, pszSource, &cbOffset, &cbLength);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp916 int rc = RTIsoFsGetFileInfo(pISO, strFileSource.c_str(), &cbOffset, &cbSize);

Completed in 95 milliseconds