Home
last modified time | relevance | path

Searched refs:ShowFile (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h61 void ShowFile(const std::string& /* filename */) override {} in ShowFile() function
Dui.h105 virtual void ShowFile(const std::string& filename) = 0;
Dscreen_ui.h222 void ShowFile(const std::string& filename) override;
304 virtual void ShowFile(FILE*);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1084 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile() function in ScreenRecoveryUI
1135 void ScreenRecoveryUI::ShowFile(const std::string& filename) { in ShowFile() function in ScreenRecoveryUI
1150 ShowFile(fp.get()); in ShowFile()
/bootable/recovery/
Drecovery.cpp266 device->GetUI()->ShowFile(entries[chosen_item]); in choose_recovery_file()