HomeSort by relevance Sort by last modified time
    Searched full:pa_filename (Results 1 - 3 of 3) sorted by null

  /libnativehelper/tests/
JniInvocation_test.cpp 58 pa_filename = pa_dirname + "/__properties__";
60 __system_property_set_filename(pa_filename.c_str());
73 unlink(pa_filename.c_str());
80 std::string pa_filename; member in struct:LocalPropertyTestState
  /bionic/benchmarks/
property_benchmark.cpp 60 pa_filename = pa_dirname + "/__properties__";
62 __system_property_set_filename(pa_filename.c_str());
117 unlink(pa_filename.c_str());
139 std::string pa_filename; member in struct:LocalPropertyTestState
  /bionic/tests/
system_properties_test.cpp 48 pa_filename = pa_dirname + "/__properties__";
50 __system_property_set_filename(pa_filename.c_str());
63 unlink(pa_filename.c_str());
70 std::string pa_filename; member in struct:LocalPropertyTestState

Completed in 68 milliseconds