Searched refs:ReadEntryToString (Results  1 – 4 of 4) sorted by relevance
| /bootable/recovery/updater/ | 
| D | target_files.cpp | 122 bool TargetFile::ReadEntryToString(const std::string_view name, std::string* content) const {  in ReadEntryToString()  function in TargetFile 190   if (!ReadEntryToString("META/misc_info.txt", &misc_info_content)) {  in Open() 219     if (!ReadEntryToString(name, &build_prop_content)) {  in GetBuildProps() 277     if (std::string content; ReadEntryToString(name, &content)) {  in ParseFstabInfo()
  | 
| D | updater.cpp | 56   if (!ReadEntryToString(package_handle_, SCRIPT_NAME, &updater_script_)) {  in Init() 164 bool Updater::ReadEntryToString(ZipArchiveHandle za, const std::string& entry_name,  in ReadEntryToString()  function in Updater
  | 
| /bootable/recovery/updater/include/updater/ | 
| D | target_files.h | 62   bool ReadEntryToString(const std::string_view name, std::string* content) const;
  | 
| D | updater.h | 80   bool ReadEntryToString(ZipArchiveHandle za, const std::string& entry_name, std::string* content);
  |