Home
last modified time | relevance | path

Searched refs:EntryExists (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater/include/updater/
Dtarget_files.h54 bool EntryExists(const std::string_view name) const;
/bootable/recovery/updater/
Dtarget_files.cpp107 bool TargetFile::EntryExists(const std::string_view name) const { in EntryExists() function in TargetFile
241 if (!EntryExists(entry_name)) { in ExtractImage()
Dbuild_info.cpp48 if (!target_file.EntryExists(entry_name)) { in ParseTargetFile()