Searched refs:PropertyInfoAreaFile (Results 1 – 4 of 4) sorted by relevance
195 class PropertyInfoAreaFile {197 PropertyInfoAreaFile() : mmap_base_(nullptr), mmap_size_(0) {} in PropertyInfoAreaFile() function198 ~PropertyInfoAreaFile() { Reset(); } in ~PropertyInfoAreaFile()200 PropertyInfoAreaFile(const PropertyInfoAreaFile&) = delete;201 void operator=(const PropertyInfoAreaFile&) = delete;202 PropertyInfoAreaFile(PropertyInfoAreaFile&&) = default;203 PropertyInfoAreaFile& operator=(PropertyInfoAreaFile&&) = default;
195 bool PropertyInfoAreaFile::LoadDefaultPath() { in LoadDefaultPath()199 bool PropertyInfoAreaFile::LoadPath(const char* filename) { in LoadPath()237 void PropertyInfoAreaFile::Reset() { in Reset()
28 using android::properties::PropertyInfoAreaFile;30 PropertyInfoAreaFile property_info_file;
91 using android::properties::PropertyInfoAreaFile;113 static PropertyInfoAreaFile property_info_area;