HomeSort by relevance Sort by last modified time
    Searched full:nacl_io (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.h 8 #include "nacl_io/ossocket.h"
9 #include "nacl_io/pepper_interface.h"
13 namespace nacl_io { namespace
32 } // namespace nacl_io
nacl_io.cc 5 #include "nacl_io/nacl_io.h"
8 #include "nacl_io/kernel_intercept.h"
real_pepper_interface.h 13 namespace nacl_io { namespace
16 #include "nacl_io/pepper/undef_macros.h"
17 #include "nacl_io/pepper/define_empty_macros.h"
21 #include "nacl_io/pepper/all_interfaces.h"
34 #include "nacl_io/pepper/undef_macros.h"
35 #include "nacl_io/pepper/define_empty_macros.h"
39 #include "nacl_io/pepper/all_interfaces.h"
49 #include "nacl_io/pepper/undef_macros.h"
50 #include "nacl_io/pepper/define_empty_macros.h"
54 #include "nacl_io/pepper/all_interfaces.h
    [all...]
typed_mount_factory.h 8 #include "nacl_io/mount.h"
9 #include "nacl_io/mount_factory.h"
11 namespace nacl_io { namespace
30 } // namespace nacl_io
mount.cc 5 #include "nacl_io/mount.h"
11 #include "nacl_io/mount_node.h"
12 #include "nacl_io/mount_node_dir.h"
13 #include "nacl_io/mount_node_mem.h"
14 #include "nacl_io/osstat.h"
15 #include "nacl_io/path.h"
23 namespace nacl_io { namespace
65 } // namespace nacl_io
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
gethostbyname.c 5 #include "nacl_io/ossocket.h"
9 #include "nacl_io/kernel_intercept.h"
10 #include "nacl_io/kernel_wrap.h"
README 2 entry points and redirects them to nacl_io implementations.
5 In many cases nacl_io instead intercepts the calls at a
accept.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
access.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
bind.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
chdir.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
chmod.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
chown.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
connect.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
fchown.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
fsync.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
ftruncate.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
getcwd.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
getdents.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
getpeername.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
getsockname.c 5 #include "nacl_io/kernel_intercept.h"
6 #include "nacl_io/kernel_wrap.h"
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_mock.h 10 #include "nacl_io/mount.h"
12 class MountMock : public nacl_io::Mount {
14 typedef nacl_io::Error Error;
15 typedef nacl_io::Path Path;
16 typedef nacl_io::PepperInterface PepperInterface;
17 typedef nacl_io::ScopedMountNode ScopedMountNode;
18 typedef nacl_io::StringMap_t StringMap_t;
pepper_interface_mock.cc 11 #include "nacl_io/pepper/undef_macros.h"
12 #include "nacl_io/pepper/define_empty_macros.h"
16 #include "nacl_io/pepper/all_interfaces.h"
25 #include "nacl_io/pepper/undef_macros.h"
26 #include "nacl_io/pepper/define_empty_macros.h"
30 #include "nacl_io/pepper/all_interfaces.h"
39 #include "nacl_io/pepper/undef_macros.h"
40 #include "nacl_io/pepper/define_empty_macros.h"
50 #include "nacl_io/pepper/all_interfaces.h"
pepper_interface_mock.h 9 #include "nacl_io/pepper_interface.h"
12 #include "nacl_io/pepper/undef_macros.h"
14 class BaseClass##Mock : public nacl_io::BaseClass { \
31 #include "nacl_io/pepper/all_interfaces.h"
34 class PepperInterfaceMock : public nacl_io::PepperInterface {
45 #include "nacl_io/pepper/undef_macros.h"
46 #include "nacl_io/pepper/define_empty_macros.h"
50 #include "nacl_io/pepper/all_interfaces.h"
56 #include "nacl_io/pepper/undef_macros.h"
57 #include "nacl_io/pepper/define_empty_macros.h
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.dsc 5 'NAME' : 'nacl_io',
15 'DEPS': ['nacl_io'],
23 'NAME': 'nacl_io',

Completed in 206 milliseconds

1 2 3 4 5 6