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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp521 RTGID gidFile; local
522 rcExit = rtZipTarQueryExtractGroup(pOpts, pGroup, pszDst, rcExit, &gidFile);
523 if (uidFile != NIL_RTUID || gidFile != NIL_RTGID)
525 rc = RTFileSetOwner(hFile, uidFile, gidFile);
663 RTGID gidFile; local
664 rcExit = rtZipTarQueryExtractGroup(pOpts, &Group, szDst, rcExit, &gidFile);
665 if (uidFile != NIL_RTUID || gidFile != NIL_RTGID)
667 rc = RTPathSetOwnerEx(szDst, uidFile, gidFile, RTPATH_F_ON_LINK);

Completed in 45 milliseconds