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

/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp110 * Always resolved into uidOwner for extraction. */
113 RTUID uidOwner; member in struct:RTZIPTARCMDOPS
414 if (pOpts->uidOwner != NIL_RTUID)
415 *pUid = pOpts->uidOwner;
513 if ( pOpts->uidOwner != NIL_RTUID
655 if ( pOpts->uidOwner != NIL_RTUID
999 Opts.uidOwner = NIL_RTUID;
1077 Opts.uidOwner = ValueUnion.u32;

Completed in 46 milliseconds