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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1039 a_pstrVrdeLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
1062 a_pstrLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
1332 * @param a_pfNative Where to return whether this is a native module
1338 Utf8Str *a_pStrFound, bool *a_pfNative, PRTFSOBJINFO a_pObjInfo) const
1369 if (a_pfNative)
1370 *a_pfNative = true;
1393 if (a_pfNative)
1394 *a_pfNative = false;
1412 if (a_pfNative)
1413 *a_pfNative
1337 i_findModule(const char *a_pszName, const char *a_pszExt, VBOXEXTPACKMODKIND a_enmKind, Utf8Str *a_pStrFound, bool *a_pfNative, PRTFSOBJINFO a_pObjInfo) const argument
[all...]

Completed in 42 milliseconds