Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp192 const prop_info** pinfo = new const prop_info*[iters]; in Run() local
196 pinfo[i] = __system_property_find(pa.names[random() % nprops]); in Run()
201 __system_property_read(pinfo[i], 0, propvalue); in Run()
205 delete[] pinfo; in Run()
218 const prop_info** pinfo = new const prop_info*[iters]; in Run() local
221 pinfo[i] = __system_property_find(pa.names[random() % nprops]); in Run()
226 __system_property_serial(pinfo[i]); in Run()
230 delete[] pinfo; in Run()