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

/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;

Completed in 35 milliseconds