Searched refs:AreaInit (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 56 bool AreaInit(const char* filename, bool* fsetxattr_failed); 57 bool AreaInit(const char* filename, bool* fsetxattr_failed, bool load_default_path);
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 107 bool SystemProperties::AreaInit(const char* filename, bool* fsetxattr_failed) { in AreaInit() function in SystemProperties 108 return AreaInit(filename, fsetxattr_failed, false); in AreaInit() 113 bool SystemProperties::AreaInit(const char* filename, bool* fsetxattr_failed, in AreaInit() function in SystemProperties
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 60 return system_properties.AreaInit(PROP_DIRNAME, &fsetxattr_fail) && !fsetxattr_fail ? 0 : -1; in __system_property_area_init()
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 43 valid = system_properties_.AreaInit(dir_.path, nullptr, true); in LocalPropertyTestState()
|
/bionic/tests/ |
D | system_properties_test.cpp | 49 valid_ = AreaInit(dir_.path, nullptr, true); in SystemPropertiesTest()
|