Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileOutputBuffer.cpp71 SmallString<128> TempFilePath; in create() local
74 TempFilePath, Mode); in create()
78 sys::RemoveFileOnSignal(TempFilePath); in create()
100 new FileOutputBuffer(std::move(MappedFile), FilePath, TempFilePath)); in create()
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dsread.c59 EFI_DEVICE_PATH *TempFilePath; in OpenSimpleReadFile() local
197 TempFilePath = DuplicateDevicePath (*FilePath); in OpenSimpleReadFile()
199 TempFilePathPtr = TempFilePath; in OpenSimpleReadFile()
201 …Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle… in OpenSimpleReadFile()