| Index: native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
|
| similarity index 95%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
|
| index e1feeddd0c46b5ce4d38cfb96bab761943bc59eb..4e4e8260fb904e30c0af80bbe393a552c8b7fabe 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
|
| @@ -2,7 +2,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "nacl_mounts/kernel_proxy.h"
|
| +#include "nacl_io/kernel_proxy.h"
|
|
|
| #include <assert.h>
|
| #include <errno.h>
|
| @@ -11,16 +11,16 @@
|
| #include <string.h>
|
| #include <string>
|
|
|
| -#include "nacl_mounts/kernel_handle.h"
|
| -#include "nacl_mounts/mount.h"
|
| -#include "nacl_mounts/mount_dev.h"
|
| -#include "nacl_mounts/mount_html5fs.h"
|
| -#include "nacl_mounts/mount_http.h"
|
| -#include "nacl_mounts/mount_mem.h"
|
| -#include "nacl_mounts/mount_node.h"
|
| -#include "nacl_mounts/osstat.h"
|
| -#include "nacl_mounts/path.h"
|
| -#include "nacl_mounts/pepper_interface.h"
|
| +#include "nacl_io/kernel_handle.h"
|
| +#include "nacl_io/mount.h"
|
| +#include "nacl_io/mount_dev.h"
|
| +#include "nacl_io/mount_html5fs.h"
|
| +#include "nacl_io/mount_http.h"
|
| +#include "nacl_io/mount_mem.h"
|
| +#include "nacl_io/mount_node.h"
|
| +#include "nacl_io/osstat.h"
|
| +#include "nacl_io/path.h"
|
| +#include "nacl_io/pepper_interface.h"
|
| #include "utils/auto_lock.h"
|
| #include "utils/ref_object.h"
|
|
|
|
|