HomeSort by relevance Sort by last modified time
    Searched defs:KernelHandle (Results 1 - 2 of 2) 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;

Completed in 26 milliseconds