Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp55 pa_filename = pa_dirname + "/__properties__"; in LocalPropertyTestState()
57 __system_property_set_filename(pa_filename.c_str()); in LocalPropertyTestState()
111 unlink(pa_filename.c_str()); in ~LocalPropertyTestState()
134 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