Searched refs:all_props (Results 1 – 1 of 1) sorted by relevance
166 std::unordered_set<std::string> all_props; in WrapGetSystemProperties() local168 all_props.insert(p.first); in WrapGetSystemProperties()171 all_props.insert(init_prop_ptr[i]); in WrapGetSystemProperties()175 *cnt = all_props.size(); in WrapGetSystemProperties()176 res = env->Allocate(all_props.size() * sizeof(char*), in WrapGetSystemProperties()183 for (const std::string& p : all_props) { in WrapGetSystemProperties()