Searched refs:ValidateExists (Results 1 – 3 of 3) sorted by relevance
33 bool PartitionConfig::ValidateExists() const { in ValidateExists() function in chromeos_update_engine::PartitionConfig184 TEST_AND_RETURN_FALSE(part.ValidateExists()); in Validate()201 TEST_AND_RETURN_FALSE(part.ValidateExists()); in Validate()
56 bool ValidateExists() const;
122 TEST_AND_RETURN_FALSE(new_part.ValidateExists()); in GenerateOperations()