Home | History | Annotate | Download | only in llvm-ar

Lines Matching refs:Extract

55   "  x[No]        - extract file(s) from the archive\n"
86 Extract ///< Extract files back to file system
113 // used (specified with -N) for the delete and extract operations.
131 // getRelPos - Extract the member filename from the command line for
142 // getCount - Extract the [count] argument associated with the N modifier
198 case 'x': ++NumOperations; Operation = Extract; break;
257 if (OriginalDates && Operation != Extract)
263 if (Compression && Operation!=ReplaceOrInsert && Operation!=Extract)
753 case Extract: haveError = doExtract(&ErrMsg); break;