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

/vbox/src/VBox/Storage/
H A DVMDK.cpp261 const char *pszFullname; member in struct:VMDKEXTENT
756 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: Compressed image is corrupted '%s'"), pExtent->pszFullname);
1076 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: could not read grain directory in '%s': %Rrc"), pExtent->pszFullname);
1093 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: could not read redundant grain directory in '%s'"), pExtent->pszFullname);
1134 rc = vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: inconsistent references to grain directory in '%s'"), pExtent->pszFullname);
1158 rc = vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: inconsistent references to grain directory in '%s'"), pExtent->pszFullname);
1213 N_("VMDK: error reading grain table in '%s'"), pExtent->pszFullname);
1224 N_("VMDK: error reading backup grain table in '%s'"), pExtent->pszFullname);
1230 N_("VMDK: inconsistency between grain table and backup grain table in '%s'"), pExtent->pszFullname);
1330 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: cannot write new redundant grain directory entry in '%s'"), pExtent->pszFullname);
3208 char *pszFullname; local
3493 char *pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename); local
3676 char *pszFullname = RTPathJoinA(pszBasedirectory, pExtent->pszBasename); local
3873 char *pszFullname = RTPathJoinA(pszBasedirectory, pExtent->pszBasename); local
[all...]

Completed in 55 milliseconds