Searched refs:ErrorPaths (Results 1 – 4 of 4) sorted by relevance
57 FStringVector ErrorPaths; variable70 ErrorPaths.Add(path); in AddError()
234 FOR_VECTOR (i, dirItems.ErrorPaths) in HashCalc()236 RINOK(callback->CanNotFindError(fs2us(dirItems.ErrorPaths[i]), dirItems.ErrorCodes[i])); in HashCalc()238 numErrors = dirItems.ErrorPaths.Size(); in HashCalc()
904 if (res != S_OK || dirItems.ErrorPaths.Size() > 0) in EnumerateDirItemsAndSort()907 if (dirItems.ErrorPaths.Size() > 0) in EnumerateDirItemsAndSort()908 errorPath = fs2us(dirItems.ErrorPaths[0]); in EnumerateDirItemsAndSort()910 dirItems.ErrorPaths.Size() > 0 ? (const wchar_t *)errorPath : NULL); in EnumerateDirItemsAndSort()
1147 FOR_VECTOR (i, dirItems.ErrorPaths) in UpdateArchive()1149 RINOK(callback->CanNotFindError(fs2us(dirItems.ErrorPaths[i]), dirItems.ErrorCodes[i])); in UpdateArchive()