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

/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp917 * @param a_pszName Build type tag and/or publisher tag, empty
922 void Guest::i_setAdditionsInfo2(uint32_t a_uFullVersion, const char *a_pszName, uint32_t a_uRevision, uint32_t a_fFeatures) argument
928 mData.mAdditionsVersionNew = Utf8StrFmt(*a_pszName ? "%u.%u.%u_%s" : "%u.%u.%u",
932 a_pszName);
939 Assert(!a_fFeatures && !a_uRevision && !*a_pszName);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp665 * @param a_pszName The name of the extension pack. This is also the
670 HRESULT ExtPack::initWithDir(VBOXEXTPACKCTX a_enmContext, const char *a_pszName, const char *a_pszDir) argument
702 m->Desc.strName = a_pszName;
1326 * @param a_pszName The module base name (no extension).
1337 bool ExtPack::i_findModule(const char *a_pszName, const char *a_pszExt, VBOXEXTPACKMODKIND a_enmKind, argument
1346 vrc = RTPathAppend(szPath, sizeof(szPath), a_pszName);
1383 vrc = RTPathAppend(szPath, sizeof(szPath), a_pszName);
1402 vrc = RTPathAppend(szPath, sizeof(szPath), a_pszName);
2348 * @param a_pszName The name of the extension pack.
2350 ExtPack *ExtPackManager::i_findExtPack(const char *a_pszName)
2374 i_removeExtPack(const char *a_pszName) argument
2414 i_refreshExtPack(const char *a_pszName, bool a_fUnusableIsError, ExtPack **a_ppExtPack) argument
[all...]

Completed in 41 milliseconds