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

  /bionic/libc/system_properties/
system_properties.cpp 73 strcpy(property_filename_, filename);
75 if (is_dir(property_filename_)) {
78 if (!contexts_->Initialize(false, property_filename_, nullptr)) {
83 if (!contexts_->Initialize(false, property_filename_, nullptr)) {
89 if (!contexts_->Initialize(false, property_filename_, nullptr)) {
101 strcpy(property_filename_, filename);
104 if (!contexts_->Initialize(true, property_filename_, fsetxattr_failed)) {
  /bionic/libc/system_properties/include/system_properties/
system_properties.h 88 char property_filename_[PROP_FILENAME_MAX]; member in class:SystemProperties

Completed in 3823 milliseconds