Searched refs:propertyPrefix (Results 1 – 3 of 3) sorted by relevance
47 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in getGPIO() local49 if (propertyPrefix != NULL) { in getGPIO()50 mPropertyPrefix = std::string(propertyPrefix); in getGPIO()
71 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in HwCalBase() local73 if (propertyPrefix != NULL) { in HwCalBase()74 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()
75 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in HwCalBase() local77 if (propertyPrefix != NULL) { in HwCalBase()78 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()