Home
last modified time | relevance | path

Searched refs:property_filename_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/system_properties/
Dsystem_properties.cpp73 strcpy(property_filename_, filename); in Init()
75 if (is_dir(property_filename_)) { in Init()
78 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
83 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
89 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
101 strcpy(property_filename_, filename); in AreaInit()
104 if (!contexts_->Initialize(true, property_filename_, fsetxattr_failed)) { in AreaInit()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h88 char property_filename_[PROP_FILENAME_MAX]; variable