Searched refs:tempPath (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 143 AString tempPath;
in CommonDlg_BrowseForFile() local 181 p.lpstrFile = tempPath.GetBuf(bufSize);
in CommonDlg_BrowseForFile() 193 tempPath.ReleaseBuf_CalcLen(bufSize);
in CommonDlg_BrowseForFile() 194 FilePath = GetUnicodeString(tempPath);
in CommonDlg_BrowseForFile() 202 UString tempPath;
in CommonDlg_BrowseForFile() local 236 p.lpstrFile = tempPath.GetBuf(bufSize);
in CommonDlg_BrowseForFile() 261 tempPath.ReleaseBuf_CalcLen(bufSize);
in CommonDlg_BrowseForFile() 262 FilePath = tempPath;
in CommonDlg_BrowseForFile()
|
H A D | FileDir.cpp | 844 FString tempPath;
in CreateRandomInTempFolder() local 845 if (!MyGetTempPath(tempPath))
in CreateRandomInTempFolder() 848 tempPath += namePrefix;
in CreateRandomInTempFolder() 849 if (!CreateTempFile2(tempPath, true, postfix, outFile))
in CreateRandomInTempFolder() 851 _path = tempPath;
in CreateRandomInTempFolder() 896 FString tempPath;
in Create() local 897 if (!MyGetTempPath(tempPath))
in Create() 899 tempPath += prefix;
in Create() 901 if (!CreateTempFile2(tempPath, true, postfix, NULL))
in Create() 903 _path = tempPath;
in Create() [all...] |
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils.cpp | 19 char tempPath[kMaxPath]; in CreateTemporaryFile() local 21 if (!GetTempDir(tempPath, kMaxPath)) in CreateTemporaryFile() 24 return CreateTemporaryFileInDir(tempPath, tempFileNameOut, maxFileNameLen); in CreateTemporaryFile()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 241 FString tempPath = path;
in CloseStream_and_FinalRename() local 242 tempPath += s.Postfix;
in CloseStream_and_FinalRename() 246 if (!SetDirTime(tempPath, NULL, NULL, &MTime))
in CloseStream_and_FinalRename() 251 if (!MyMoveFile(tempPath, path))
in CloseStream_and_FinalRename()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Update.cpp | 1595 const FString &tempPath = ap.GetTempPath();
in UpdateArchive() local 1605 if (!MyMoveFile(tempPath, us2fs(arcPath)))
in UpdateArchive() 1607 errorInfo.SetFromLastError("cannot move the file", tempPath);
in UpdateArchive()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 768 UString tempPath = DirPrefix;
in OnCreateDir() local 769 Reload(tempPath, name);
in OnCreateDir()
|
Completed in 7 milliseconds