Lines Matching refs:postfix
764 bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile)
775 postfix.Empty();
789 postfix.Add_Dot();
790 postfix += s;
798 postfix += ".tmp";
800 path += postfix;
821 postfix.Empty();
830 AString postfix;
831 if (!CreateTempFile2(prefix, false, postfix, outFile))
834 _path += postfix;
847 AString postfix;
849 if (!CreateTempFile2(tempPath, true, postfix, outFile))
852 _path += postfix;
900 AString postfix;
901 if (!CreateTempFile2(tempPath, true, postfix, NULL))
904 _path += postfix;