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

  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 291 FStringVector ErrorPaths;
301 void AddErrorPath(const FString &path) { ErrorPaths.Add(path); }
ProgressDialog2.cpp 1308 FOR_VECTOR(i, ErrorPaths)
1312 AddMessageToString(m, fs2us(ErrorPaths[i]));

Completed in 67 milliseconds