Searched refs:android_root (Results 1 – 1 of 1) sorted by relevance
111 if (auto android_root = getenv("ANDROID_ROOT"); android_root != nullptr) { in getInputDeviceConfigurationFilePathByName() local112 pathPrefixes.push_back(std::string(android_root) + "/usr/"); in getInputDeviceConfigurationFilePathByName()