HomeSort by relevance Sort by last modified time
    Searched refs:KernelHandle (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_handle.cc 20 KernelHandle::KernelHandle()
23 KernelHandle::KernelHandle(const ScopedMount& mnt, const ScopedMountNode& node)
26 KernelHandle::~KernelHandle() {
33 MountNodeSocket* KernelHandle::socket_node() {
39 Error KernelHandle::Init(int open_flags) {
55 Error KernelHandle::Seek(off_t offset, int whence, off_t* out_offset) {
97 Error KernelHandle::Read(void* buf, size_t nbytes, int* cnt)
    [all...]
kernel_handle.h 38 // KernelHandle provides a reference counted container for the open
40 // KernelHandle can only be referenced when the KernelProxy lock is held.
41 class KernelHandle : public sdk_util::RefObject {
44 KernelHandle();
45 KernelHandle(const ScopedMount& mnt, const ScopedMountNode& node);
46 ~KernelHandle();
92 DISALLOW_COPY_AND_ASSIGN(KernelHandle);
95 typedef sdk_util::ScopedRef<KernelHandle> ScopedKernelHandle;
kernel_proxy.cc 169 ScopedKernelHandle handle(new KernelHandle(mnt, node));
189 ScopedKernelHandle handle(new KernelHandle(mnt, node));
204 ScopedKernelHandle handle0(new KernelHandle(stream_mount_, node));
205 ScopedKernelHandle handle1(new KernelHandle(stream_mount_, node));
824 // on to the KernelHandle is pointless.
1199 ScopedKernelHandle new_handle(new KernelHandle(stream_mount_, node));
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc 46 class KernelHandleRefMock : public KernelHandle {
49 : KernelHandle(mnt, node) {}
80 // Pass the mount and node into a KernelHandle
81 KernelHandle* raw_handle = new KernelHandleRefMock(mnt, node);
91 // There should be two references to the KernelHandle, the mount and node
141 // Now only the KernelProxy should reference the KernelHandle in the
142 // FD to KernelHandle Map.
164 KernelHandle* raw_handle = new KernelHandleRefMock(mnt, node);
mount_node_test.cc 168 KernelHandle handle(mnt, file);
296 KernelHandle handle(mnt, file);
305 KernelHandle handle(mnt, file);
315 KernelHandle handle(mnt, file);

Completed in 111 milliseconds