OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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());
140
std::string
pa_filename
;
member in struct:LocalPropertyTestState
/bionic/tests/
system_properties_test.cpp
45
pa_filename
= pa_dirname + "/__properties__";
47
__system_property_set_filename(
pa_filename
.c_str());
59
unlink(
pa_filename
.c_str());
66
std::string
pa_filename
;
member in struct:LocalPropertyTestState
Completed in 86 milliseconds