Home
last modified time | relevance | path

Searched refs:AreaInit (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h58 bool AreaInit(const char* filename, bool* fsetxattr_failed);
/bionic/libc/bionic/
Dsystem_property_api.cpp59 return system_properties.AreaInit(PROP_FILENAME, &fsetxattr_failed) && !fsetxattr_failed ? 0 : -1; in __system_property_area_init()
/bionic/benchmarks/
Dproperty_benchmark.cpp43 valid = system_properties_.AreaInit(dir_.path, nullptr); in LocalPropertyTestState()
/bionic/libc/system_properties/
Dsystem_properties.cpp97 bool SystemProperties::AreaInit(const char* filename, bool* fsetxattr_failed) { in AreaInit() function in SystemProperties
/bionic/tests/
Dsystem_properties_test.cpp41 valid_ = AreaInit(dir_.path, nullptr); in SystemPropertiesTest()