Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp100 std::vector<std::string> pathPrefixes{ in getInputDeviceConfigurationFilePathByName() local
108 pathPrefixes.push_back("/apex/" + apex + "/etc/usr/"); in getInputDeviceConfigurationFilePathByName()
112 pathPrefixes.push_back(std::string(android_root) + "/usr/"); in getInputDeviceConfigurationFilePathByName()
114 for (const auto& prefix : pathPrefixes) { in getInputDeviceConfigurationFilePathByName()