Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/include/updater/
H A Dtarget_files.h50 bool GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const;
/aosp12/bootable/recovery/updater/
H A Dbuild_info.cpp36 if (!target_file.GetBuildProps(&build_props_)) { in ParseTargetFile()
H A Dtarget_files.cpp200 bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const { in GetBuildProps() function in TargetFile