HomeSort by relevance Sort by last modified time
    Searched refs:AreaInit (Results 1 - 5 of 5) sorted by null

  /bionic/libc/system_properties/include/system_properties/
system_properties.h 58 bool AreaInit(const char* filename, bool* fsetxattr_failed);
  /bionic/libc/bionic/
system_property_api.cpp 61 return system_properties.AreaInit(PROP_FILENAME, &fsetxattr_failed) && !fsetxattr_failed ? 0 : -1;
  /bionic/benchmarks/
property_benchmark.cpp 42 valid = system_properties_.AreaInit(dir_.path, nullptr);
  /bionic/libc/system_properties/
system_properties.cpp 97 bool SystemProperties::AreaInit(const char* filename, bool* fsetxattr_failed) {
  /bionic/tests/
system_properties_test.cpp 41 valid_ = AreaInit(dir_.path, nullptr);

Completed in 598 milliseconds