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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp518 RTUID uidFile; local
519 rcExit = rtZipTarQueryExtractOwner(pOpts, pOwner, pszDst, rcExit, &uidFile);
523 if (uidFile != NIL_RTUID || gidFile != NIL_RTGID)
525 rc = RTFileSetOwner(hFile, uidFile, gidFile);
660 RTUID uidFile; local
661 rcExit = rtZipTarQueryExtractOwner(pOpts, &Owner, szDst, rcExit, &uidFile);
665 if (uidFile != NIL_RTUID || gidFile != NIL_RTGID)
667 rc = RTPathSetOwnerEx(szDst, uidFile, gidFile, RTPATH_F_ON_LINK);

Completed in 45 milliseconds