// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/events/devices/device_util_linux.h" #include <string> #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/strings/string_util.h" namespace ui { base::FilePath GetInputPathInSys(const base::FilePath& path) { … } InputDeviceType GetInputDeviceTypeFromPath(const base::FilePath& path) { … } } // namespace ui