Searched refs:BuildSystemProperties (Results 1 – 3 of 3) sorted by relevance
345 class BuildSystemProperties : public tools::SystemProperties {349 static android::base::Result<BuildSystemProperties> Create(const std::string& filename);355 explicit BuildSystemProperties(std::unordered_map<std::string, std::string>&& system_properties) in BuildSystemProperties() function
1456 BuildSystemProperties new_props = in checkPreRebootSystemRequirements()1457 OR_RETURN_NON_FATAL(BuildSystemProperties::Create(in_chrootDir + "/system/build.prop")); in checkPreRebootSystemRequirements()1933 Result<BuildSystemProperties> BuildSystemProperties::Create(const std::string& filename) { in Create()1957 return BuildSystemProperties(std::move(system_properties)); in Create()1960 std::string BuildSystemProperties::GetProperty(const std::string& key) const { in GetProperty()
2632 TEST_F(ArtdTest, BuildSystemProperties) { in TEST_F() argument2643 BuildSystemProperties props = in TEST_F()2644 OR_FAIL(BuildSystemProperties::Create(scratch_path_ + "/build.prop")); in TEST_F()