Searched refs:fileinfo (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_xpidl.cpp | 266 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/RDP/client-1.8.3/ |
H A D | disk.c | 536 struct fileinfo *pfinfo; 734 struct fileinfo *pfinfo; 946 struct fileinfo *pfinfo; 978 struct fileinfo *pfinfo; 1004 struct fileinfo *pfinfo; 1122 struct fileinfo *pfinfo; 1202 struct fileinfo *pfinfo;
|
H A D | types.h | 292 typedef struct fileinfo struct
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | vbsf.cpp | 1856 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/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | io.d.in | 107 typedef struct fileinfo {
|
Completed in 1484 milliseconds