Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp60 pa_filename = pa_dirname + "/__properties__"; in LocalPropertyTestState()
62 __system_property_set_filename(pa_filename.c_str()); in LocalPropertyTestState()
117 unlink(pa_filename.c_str()); in ~LocalPropertyTestState()
140 std::string pa_filename; member
/bionic/tests/
Dsystem_properties_test.cpp45 pa_filename = pa_dirname + "/__properties__"; in LocalPropertyTestState()
47 __system_property_set_filename(pa_filename.c_str()); in LocalPropertyTestState()
59 unlink(pa_filename.c_str()); in ~LocalPropertyTestState()
66 std::string pa_filename; member