Searched refs:pinfo (Results 1 – 1 of 1) sorted by relevance
162 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_read() local166 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()171 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()175 delete[] pinfo; in BM_property_read()185 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_serial() local187 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()192 __system_property_serial(pinfo[i]); in BM_property_serial()196 delete[] pinfo; in BM_property_serial()