// 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 "components/storage_monitor/udev_util_linux.h" #include "base/files/file_path.h" #include "device/udev_linux/scoped_udev.h" namespace storage_monitor { bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path, const char* key, std::string* result) { … } } // namespace storage_monitor