Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDevice.cpp38 std::string getPmemPath() { return ::android::base::GetProperty("ro.vendor.hwcomposer.pmem", ""); } in getPmemPath() function
43 const std::string path = getPmemPath(); in loadPersistentKeyValues()
71 const std::string path = getPmemPath(); in savePersistentKeyValues()
165 bool Device::persistentKeyValueEnabled() const { return !getPmemPath().empty(); } in persistentKeyValueEnabled()