Searched defs:PropertyInfoAreaFile (Results 1 - 1 of 1) sorted by relevance

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h195 class PropertyInfoAreaFile { class in namespace:android::properties
197 PropertyInfoAreaFile() : mmap_base_(nullptr), mmap_size_(0) {} function in class:android::properties::PropertyInfoAreaFile
198 ~PropertyInfoAreaFile() { Reset(); }
200 PropertyInfoAreaFile(const PropertyInfoAreaFile&) = delete;
201 void operator=(const PropertyInfoAreaFile&) = delete;
202 PropertyInfoAreaFile(PropertyInfoAreaFile&&) = default;
203 PropertyInfoAreaFile& operator=(PropertyInfoAreaFile
[all...]

Completed in 467 milliseconds