Home
last modified time | relevance | path

Searched refs:kDataAfterEnd (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp233 static const char * const kDataAfterEnd = "There are some data after the end of the payload data"; variable
530 case NArchive::NExtract::NOperationResult::kDataAfterEnd: in SetOperationResult()
531 s = kDataAfterEnd; in SetOperationResult()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp218 static const char * const kDataAfterEnd = "There are some data after the end of the payload data"; variable
439 case NArchive::NExtract::NOperationResult::kDataAfterEnd: in SetExtractErrorMessage()
440 s = kDataAfterEnd; in SetExtractErrorMessage()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp409 resOp = NExtract::NOperationResult::kDataAfterEnd; in Extract()
H A D7zUpdate.cpp2521 NExtract::NOperationResult::kDataAfterEnd))) in Update()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h142 kDataAfterEnd, enumerator
H A DLzmaHandler.cpp572 opResult = NExtract::NOperationResult::kDataAfterEnd;
H A DXzHandler.cpp1004 opRes = NExtract::NOperationResult::kDataAfterEnd; in Get_Extract_OperationResult()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp308 case NArchive::NExtract::NOperationResult::kDataAfterEnd: in SetExtractErrorMessage()

Completed in 12 milliseconds