Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dtarget_files.cpp151 bool TargetFile::ExtractEntryToTempFile(const std::string_view name, in ExtractEntryToTempFile() function in TargetFile
240 if (!ExtractEntryToTempFile(entry_name, image_file)) { in ExtractImage()
245 if (!ExtractEntryToTempFile(entry_name, &sparse_image)) { in ExtractImage()
/bootable/recovery/updater/include/updater/
Dtarget_files.h63 bool ExtractEntryToTempFile(const std::string_view name, TemporaryFile* temp_file) const;