Home
last modified time | relevance | path

Searched refs:Get_TempFilePath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.h23 const FString &Get_TempFilePath() const { return _tempFile.GetPath(); } in Get_TempFilePath() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DArchiveFolderOut.cpp199 const FString &tempFilePath = tempFile.Get_TempFilePath(); in CommonUpdateOperation()