Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc166 std::unordered_set<std::string> all_props; in WrapGetSystemProperties() local
168 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()