Searched refs:PropertiesFilename (Results 1 – 7 of 7) sorted by relevance
33 class PropertiesFilename {35 PropertiesFilename() = default;36 PropertiesFilename(const char* dir, const char* file) { in PropertiesFilename() function
58 PropertiesFilename tree_filename_;59 PropertiesFilename serial_filename_;
93 PropertiesFilename properties_filename_;94 PropertiesFilename appcompat_filename_;
52 PropertiesFilename filename(filename_, context_); in Open()81 PropertiesFilename filename(filename_, context_); in CheckAccess()
101 tree_filename_ = PropertiesFilename(dirname, "property_info"); in Initialize()102 serial_filename_ = PropertiesFilename(dirname, "properties_serial"); in Initialize()
195 PropertiesFilename filename(filename_, "properties_serial"); in MapSerialPropertyArea()
123 appcompat_filename_ = PropertiesFilename(properties_filename_.c_str(), "appcompat_override"); in AreaInit()