Home
last modified time | relevance | path

Searched refs:props_map (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater/
Dtarget_files.cpp56 std::map<std::string, std::string, std::less<>>* props_map) { in ParsePropertyFile() argument
66 props_map->emplace(key, value); in ParsePropertyFile()
200 bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const { in GetBuildProps()
201 props_map->clear(); in GetBuildProps()
228 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps()
232 props_map->emplace(key, value); in GetBuildProps()
/bootable/recovery/updater/include/updater/
Dtarget_files.h50 bool GetBuildProps(std::map<std::string, std::string, std::less<>>* props_map) const;