Home
last modified time | relevance | path

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

/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A 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;
/aosp12/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp195 bool PropertyInfoAreaFile::LoadDefaultPath() { in LoadDefaultPath()
199 bool PropertyInfoAreaFile::LoadPath(const char* filename) { in LoadPath()
237 void PropertyInfoAreaFile::Reset() { in Reset()
/aosp12/system/core/toolbox/
H A Dgetprop.cpp28 using android::properties::PropertyInfoAreaFile;
30 PropertyInfoAreaFile property_info_file;
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dcontexts_serialized.h56 android::properties::PropertyInfoAreaFile property_info_area_file_;
/aosp12/system/core/init/
H A Dproperty_service.cpp91 using android::properties::PropertyInfoAreaFile;
113 static PropertyInfoAreaFile property_info_area;