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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp868 * @param pszAdjName The adjusted member name.
877 static int VBoxExtPackValidateStandardFile(const char *pszAdjName, RTVFSOBJTYPE enmType, argument
887 "There can only be one '%s'", pszAdjName);
890 "Standard member '%s' is not a file", pszAdjName);
899 "Standard member '%s' is not a file", pszAdjName);
903 pszAdjName, (uint64_t)ObjInfo.cbObject);
930 vboxExtPackSetError(pszError, cbError, "RTVfsFileSeek failed on '%s': %Rrc", pszAdjName, rc);
939 vboxExtPackSetError(pszError, cbError, "RTVfsMemorizeIoStreamAsFile failed on '%s': %Rrc", pszAdjName, rc);
944 vboxExtPackSetError(pszError, cbError, "RTVfsObjQueryInfo failed on '%s': %Rrc", pszAdjName, rc);
1271 const char *pszAdjName local
[all...]
H A DExtPackManagerImpl.cpp519 const char *pszAdjName = pszName[0] == '.' && pszName[1] == '/' ? &pszName[2] : pszName; local
520 if ( !strcmp(pszAdjName, szName)
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp535 const char *pszAdjName = pszName[0] == '.' && pszName[1] == '/' ? &pszName[2] : pszName; local
544 rc = RTStrCopy(&szDstPath[offDstPath], sizeof(szDstPath) - offDstPath, pszAdjName);
551 rcExit = UnpackExtPackFile(pszAdjName, szDstPath, hVfsIos, hUnpackManifest);
554 else if (*pszAdjName && strcmp(pszAdjName, "."))
558 rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "Name is too long: '%s' (%Rrc)", pszAdjName, rc);

Completed in 76 milliseconds