Searched refs:ShowFile (Results 1 – 5 of 5) sorted by relevance
61 void ShowFile(const std::string& /* filename */) override {} in ShowFile() function
105 virtual void ShowFile(const std::string& filename) = 0;
222 void ShowFile(const std::string& filename) override;304 virtual void ShowFile(FILE*);
1084 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile() function in ScreenRecoveryUI1135 void ScreenRecoveryUI::ShowFile(const std::string& filename) { in ShowFile() function in ScreenRecoveryUI1150 ShowFile(fp.get()); in ShowFile()
266 device->GetUI()->ShowFile(entries[chosen_item]); in choose_recovery_file()