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

/vbox/src/VBox/Main/include/
H A DExtPackUtil.h115 RTCString *VBoxExtPackLoadDesc(const char *a_pszDir, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo);
116 RTCString *VBoxExtPackLoadDescFromVfsFile(RTVFSFILE hVfsFile, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo);
H A DExtPackManagerImpl.h126 Utf8Str *a_ppStrFound, bool *a_pfNative, PRTFSOBJINFO a_pObjInfo) const;
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp222 * @param a_pObjInfo Where to store the object info for the file (unix
225 RTCString *VBoxExtPackLoadDesc(const char *a_pszDir, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo) argument
241 if (a_pObjInfo)
242 *a_pObjInfo = ObjInfo;
276 * @param a_pObjInfo Where to store the object info for the file (unix
279 RTCString *VBoxExtPackLoadDescFromVfsFile(RTVFSFILE hVfsFile, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo) argument
290 if (a_pObjInfo)
291 *a_pObjInfo = ObjInfo;
H A DExtPackManagerImpl.cpp1039 a_pstrVrdeLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
1062 a_pstrLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
1334 * @param a_pObjInfo Where to return the file system object info for
1338 Utf8Str *a_pStrFound, bool *a_pfNative, PRTFSOBJINFO a_pObjInfo) const
1364 if (!a_pObjInfo)
1365 a_pObjInfo = &ObjInfo;
1366 vrc = RTPathQueryInfo(szPath, a_pObjInfo, RTFSOBJATTRADD_UNIX);
1367 if (RT_SUCCESS(vrc) && RTFS_IS_FILE(a_pObjInfo->Attr.fMode))
1390 vrc = RTPathQueryInfo(szPath, a_pObjInfo, RTFSOBJATTRADD_UNIX);
1391 if (RT_SUCCESS(vrc) && RTFS_IS_FILE(a_pObjInfo
[all...]

Completed in 58 milliseconds