Searched refs:properties_filename_ (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/system_properties/ |
D | system_properties.cpp | 73 properties_filename_ = filename; in Init() 84 if (is_dir(properties_filename_.c_str())) { in InitContexts() 88 if (!serial_contexts->Initialize(false, properties_filename_.c_str(), nullptr, in InitContexts() 94 if (!contexts_->Initialize(false, properties_filename_.c_str(), nullptr)) { in InitContexts() 100 if (!contexts_->Initialize(false, properties_filename_.c_str(), nullptr)) { in InitContexts() 115 properties_filename_ = filename; in AreaInit() 118 if (!serial_contexts->Initialize(true, properties_filename_.c_str(), fsetxattr_failed, in AreaInit() 123 appcompat_filename_ = PropertiesFilename(properties_filename_.c_str(), "appcompat_override"); in AreaInit()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 93 PropertiesFilename properties_filename_; variable
|