Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dpersistent_properties_test.cpp34 const std::vector<std::pair<std::string, std::string>>& input_properties) { in VectorToPersistentProperties() argument
37 for (const auto& [name, value] : input_properties) { in VectorToPersistentProperties()