Home
last modified time | relevance | path

Searched refs:PropertyInfoAreaFile (Results 1 – 4 of 4) sorted by relevance

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h195 class PropertyInfoAreaFile {
197 PropertyInfoAreaFile() : mmap_base_(nullptr), mmap_size_(0) {} in PropertyInfoAreaFile() function
198 ~PropertyInfoAreaFile() { Reset(); } in ~PropertyInfoAreaFile()
200 PropertyInfoAreaFile(const PropertyInfoAreaFile&) = delete;
201 void operator=(const PropertyInfoAreaFile&) = delete;
202 PropertyInfoAreaFile(PropertyInfoAreaFile&&) = default;
203 PropertyInfoAreaFile& operator=(PropertyInfoAreaFile&&) = default;
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp195 bool PropertyInfoAreaFile::LoadDefaultPath() { in LoadDefaultPath()
199 bool PropertyInfoAreaFile::LoadPath(const char* filename) { in LoadPath()
237 void PropertyInfoAreaFile::Reset() { in Reset()
/system/core/toolbox/
Dgetprop.cpp28 using android::properties::PropertyInfoAreaFile;
30 PropertyInfoAreaFile property_info_file;
/system/core/init/
Dproperty_service.cpp91 using android::properties::PropertyInfoAreaFile;
113 static PropertyInfoAreaFile property_info_area;