Searched refs:CopyOneItem (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 62 static void CopyOneItem(CRecordVector<UInt64> &src, in CopyOneItem() function 111 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kName); in FillPopIDs() 112 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kAnti); in FillPopIDs() 113 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kSize); in FillPopIDs() 114 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kPackInfo); in FillPopIDs() 115 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kCTime); in FillPopIDs() 116 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kMTime); in FillPopIDs() 117 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kATime); in FillPopIDs() 118 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kWinAttributes); in FillPopIDs() 119 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kCRC); in FillPopIDs() [all …]
|