Upstream system_properties

This commit is contained in:
topjohnwu
2020-01-27 19:50:03 +08:00
parent 30286f0ea5
commit e395c9442f
8 changed files with 22 additions and 43 deletions

View File

@ -52,7 +52,7 @@ class SystemProperties {
explicit SystemProperties(bool initialized) : initialized_(initialized) {
}
DISALLOW_COPY_AND_ASSIGN(SystemProperties);
BIONIC_DISALLOW_COPY_AND_ASSIGN(SystemProperties);
bool Init(const char* filename);
bool AreaInit(const char* filename, bool* fsetxattr_failed);