| // Copyright 2017 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #include "base/base_paths.h" |
| #include "base/base_paths_fuchsia.h" |
| #include "base/command_line.h" |
| #include "base/files/file_util.h" |
| #include "base/path_service.h" |
| #include "base/process/process.h" |
| #include "starboard/types.h" |
| bool PathProviderFuchsia(int key, FilePath* result) { |
| *result = CommandLine::ForCurrentProcess()->GetProgram(); |
| *result = base::FilePath("/data"); |
| *result = base::FilePath("/pkg"); |