Searched refs:RTFileQueryInfo (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio2-posix.cpp70 RTR3DECL(int) RTFileQueryInfo(RTFILE hFile, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs) function
91 Log(("RTFileQueryInfo(%RTfile,,%d): returns %Rrc\n", hFile, enmAdditionalAttribs, rc));
128 LogFlow(("RTFileQueryInfo(%RTfile,,%d): returns VINF_SUCCESS\n", hFile, enmAdditionalAttribs));
155 int rc = RTFileQueryInfo(hFile, &ObjInfo, RTFSOBJATTRADD_UNIX);
182 int rc = RTFileQueryInfo(hFile, &ObjInfo, RTFSOBJATTRADD_UNIX);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp81 return RTFileQueryInfo(pThis->hFile, pObjInfo, enmAddAttr);
320 int rc = RTFileQueryInfo(pThis->hFile, &ObjInfo, RTFSOBJATTRADD_NOTHING);
452 int rc = RTFileQueryInfo(hFile, &ObjInfo, RTFSOBJATTRADD_NOTHING);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h55 #define RTFileQueryInfo testRTFileQueryInfo macro
H A Dvbsf.cpp1048 rc = RTFileQueryInfo(pHandle->file.Handle, &info, RTFSOBJATTRADD_NOTHING);
1881 rc = RTFileQueryInfo(pHandle->file.Handle, &fileinfo, RTFSOBJATTRADD_NOTHING);
2022 rc = RTFileQueryInfo(pHandle->file.Handle, &fileinfo, RTFSOBJATTRADD_NOTHING);
/vbox/include/iprt/
H A Dfile.h889 RTDECL(int) RTFileQueryInfo(RTFILE File, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs);
928 * @remark This is wrapper around RTFileQueryInfo() and exists to complement RTFileSetTimes().
952 * @remark This is wrapper around RTFileQueryInfo()
977 * @remark This is wrapper around RTFileQueryInfo() and exists to complement RTFileGetOwner().
H A Dmangling.h599 # define RTFileQueryInfo RT_MANGLER(RTFileQueryInfo) macro
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp659 int rc = RTFileQueryInfo(hTarballFile, &ObjInfo, RTFSOBJATTRADD_UNIX);
661 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTFileQueryInfo failed with %Rrc on '%s'", rc, pszTarball);
668 rc = RTFileQueryInfo(hTarballFileOpt, &ObjInfo2, RTFSOBJATTRADD_UNIX);
670 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTFileQueryInfo failed with %Rrc on --tarball-fd", rc);
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp801 RTR3DECL(int) RTFileQueryInfo(RTFILE hFile, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs) function
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp280 vrc = RTFileQueryInfo(m->hExtPackFile, &ObjInfo, RTFSOBJATTRADD_UNIX);
282 return initFailed(tr("RTFileQueryInfo failed with %Rrc on '%s'"), vrc, a_pszFile);

Completed in 128 milliseconds