Lines Matching refs:_percent
165 _percent.Command = "Scan ";
173 _percent.Files = st.NumDirs + st.NumFiles + st.NumAltStreams;
174 _percent.Completed = st.GetTotalBytes();
175 _percent.FileName = fs2us(path);
176 _percent.Print();
274 _percent.ClosePrint(true);
275 _percent.ClearCurState();
306 _percent.ClosePrint(true);
308 _percent.ClearCurState();
330 // Print_UInt64_and_String(s, _percent.Files == 1 ? "file" : "files", _percent.Files);
331 PrintPropPair(s, "Files read from disk", _percent.Files - NumNonOpenFiles);
395 _percent.ClearCurState();
401 _percent.Files++;
408 _percent.Command = "Removing";
409 _percent.FileName = fs2us(path);
411 _percent.Print();
473 _percent.Total = size;
474 _percent.Print();
486 _percent.Completed = *completeValue;
487 _percent.Print();
531 _percent.FileName.Empty();
532 _percent.Command.Empty();
535 _percent.Command = command;
537 _percent.FileName = name;
540 _percent.Print();
614 _percent.Files++;