Searched refs:encodeProp (Results 1 – 1 of 1) sorted by relevance
60 char encodeProp[PROPERTY_VALUE_MAX]; in Impl() local61 if (property_get(emuVkLogEncodesPropName, encodeProp, nullptr) > 0) { in Impl()62 m_logEncodes = atoi(encodeProp) > 0; in Impl()