Home
last modified time | relevance | path

Searched refs:PROP_FILENAME (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/sys/
D_system_properties.h45 #define PROP_FILENAME "/dev/__properties__" macro
/bionic/benchmarks/
Dproperty_benchmark.cpp116 __system_property_set_filename(PROP_FILENAME); in ~LocalPropertyTestState()
/bionic/tests/
Dsystem_properties_test.cpp57 __system_property_set_filename(PROP_FILENAME); in ~LocalPropertyTestState()
405 if (stat(PROP_FILENAME, &sb) == -1 && errno == ENOENT) { in TEST_F()
/bionic/libc/bionic/
Dsystem_properties.cpp199 static char property_filename[PROP_FILENAME_MAX] = PROP_FILENAME;