Home
last modified time | relevance | path

Searched defs:LocalPropertyTestState (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/
Dproperty_benchmark.cpp38 struct LocalPropertyTestState { struct
39 LocalPropertyTestState(int nprops) : nprops(nprops), valid(false) { in LocalPropertyTestState() argument
110 ~LocalPropertyTestState() { in ~LocalPropertyTestState() argument
147 LocalPropertyTestState pa(nprops); in BM_property_get() argument
/bionic/tests/
Dsystem_properties_test.cpp32 struct LocalPropertyTestState { struct
33 LocalPropertyTestState() : valid(false) { in LocalPropertyTestState() argument
52 ~LocalPropertyTestState() { in ~LocalPropertyTestState() argument
63 bool valid;
65 std::string pa_dirname;
66 std::string pa_filename;