HomeSort by relevance Sort by last modified time
    Searched defs:errorPaths (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 741 UStringVector errorPaths;
743 HRESULT res = EnumerateItems(censor, dirItems, &enumCallback, errorPaths, errorCodes);
744 for (int i = 0; i < errorPaths.Size(); i++)
746 RINOK(callback->CanNotFindError(errorPaths[i], errorCodes[i]));
ArchiveCommandLine.cpp 777 UStringVector errorPaths;
779 HRESULT res = EnumerateItems(wildcardCensor, dirItems, NULL, errorPaths, errorCodes);
780 if (res != S_OK || errorPaths.Size() > 0)

Completed in 1332 milliseconds