Home
last modified time | relevance | path

Searched refs:PropertiesFilename (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dproperties_filename.h33 class PropertiesFilename {
35 PropertiesFilename() = default;
36 PropertiesFilename(const char* dir, const char* file) { in PropertiesFilename() function
Dcontexts_serialized.h58 PropertiesFilename tree_filename_;
59 PropertiesFilename serial_filename_;
Dsystem_properties.h93 PropertiesFilename properties_filename_;
94 PropertiesFilename appcompat_filename_;
/bionic/libc/system_properties/
Dcontext_node.cpp52 PropertiesFilename filename(filename_, context_); in Open()
81 PropertiesFilename filename(filename_, context_); in CheckAccess()
Dcontexts_serialized.cpp101 tree_filename_ = PropertiesFilename(dirname, "property_info"); in Initialize()
102 serial_filename_ = PropertiesFilename(dirname, "properties_serial"); in Initialize()
Dcontexts_split.cpp195 PropertiesFilename filename(filename_, "properties_serial"); in MapSerialPropertyArea()
Dsystem_properties.cpp123 appcompat_filename_ = PropertiesFilename(properties_filename_.c_str(), "appcompat_override"); in AreaInit()