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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp266 CWFileInfo fileinfo; local
267 BlockZero(&fileinfo, sizeof(fileinfo));
268 // memset(&fileinfo, 0, sizeof(fileinfo));
269 fileinfo.fullsearch = true;
270 fileinfo.suppressload = true;
271 fileinfo.dependencyType = cwNormalDependency;
272 fileinfo.isdependentoffile = kCurrentCompiledFile;
275 CWResult err = CWFindAndLoadFile(context, filename, &fileinfo);
[all...]
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp1856 RTFSOBJINFO fileinfo; local
1876 rc = RTDirQueryInfo(pHandle->dir.Handle, &fileinfo, RTFSOBJATTRADD_NOTHING);
1881 rc = RTFileQueryInfo(pHandle->file.Handle, &fileinfo, RTFSOBJATTRADD_NOTHING);
1889 vbfsCopyFsObjInfoFromIprt(pObjInfo, &fileinfo);
2019 RTFSOBJINFO fileinfo; local
2022 rc = RTFileQueryInfo(pHandle->file.Handle, &fileinfo, RTFSOBJATTRADD_NOTHING);
2026 fileinfo.Attr.fMode |= 0111;
2028 vbfsCopyFsObjInfoFromIprt(pSFDEntry, &fileinfo);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dtypes.h292 typedef struct fileinfo struct

Completed in 72 milliseconds