HomeSort by relevance Sort by last modified time
    Searched full:scopedkernelhandle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 34 explicit Descriptor_t(const ScopedKernelHandle& h,
38 ScopedKernelHandle handle;
76 Error AcquireHandle(int fd, ScopedKernelHandle* out_handle);
78 ScopedKernelHandle* out_handle,
84 int AllocateFD(const ScopedKernelHandle& handle,
89 const ScopedKernelHandle& handle,
kernel_proxy.cc 186 ScopedKernelHandle handle(new KernelHandle(fs, node));
206 ScopedKernelHandle handle(new KernelHandle(fs, node));
221 ScopedKernelHandle handle0(new KernelHandle(stream_fs_, node));
222 ScopedKernelHandle handle1(new KernelHandle(stream_fs_, node));
240 ScopedKernelHandle handle;
253 ScopedKernelHandle handle;
268 ScopedKernelHandle old_handle;
493 ScopedKernelHandle handle;
511 ScopedKernelHandle handle;
529 ScopedKernelHandle handle
    [all...]
kernel_object.cc 173 Error KernelObject::AcquireHandle(int fd, ScopedKernelHandle* out_handle) {
189 ScopedKernelHandle* out_handle,
206 int KernelObject::AllocateFD(const ScopedKernelHandle& handle,
230 const ScopedKernelHandle& handle,
kernel_handle.h 94 typedef sdk_util::ScopedRef<KernelHandle> ScopedKernelHandle;
kernel_proxy.h 238 virtual int AcquireSocketHandle(int fd, ScopedKernelHandle* handle);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc 79 ScopedKernelHandle handle_a(raw_handle);
86 ScopedKernelHandle handle_b = handle_a;
162 ScopedKernelHandle handle(raw_handle);

Completed in 224 milliseconds