Searched refs:cached_properties (Results 1 – 1 of 1) sorted by relevance
269 const std::unordered_map<std::string, std::string>& cached_properties, in GetCachedBoolProperty() argument272 auto it = cached_properties.find(key); in GetCachedBoolProperty()273 if (it == cached_properties.end()) { in GetCachedBoolProperty()290 std::unordered_map<std::string, std::string> cached_properties = GetCachedProperties(); in SysPropSaysUffdGc() local292 cached_properties, "persist.device_config.runtime_native_boot.enable_uffd_gc_2", false); in SysPropSaysUffdGc()294 cached_properties, "persist.device_config.runtime_native_boot.force_disable_uffd_gc", false); in SysPropSaysUffdGc()