Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp111 if (auto android_root = getenv("ANDROID_ROOT"); android_root != nullptr) { in getInputDeviceConfigurationFilePathByName() local
112 pathPrefixes.push_back(std::string(android_root) + "/usr/"); in getInputDeviceConfigurationFilePathByName()