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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 84 int AllocateFD(const ScopedKernelHandle& handle,
kernel_proxy.cc 193 return AllocateFD(handle, path);
213 return AllocateFD(handle, path);
230 pipefds[0] = AllocateFD(handle0);
231 pipefds[1] = AllocateFD(handle1);
260 return AllocateFD(handle, path);
1273 return AllocateFD(new_handle);
    [all...]
kernel_object.cc 206 int KernelObject::AllocateFD(const ScopedKernelHandle& handle,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc 98 int fd1 = proxy.AllocateFD(handle_a, "/example");
104 int fd2 = proxy.AllocateFD(handle_b, "");
168 proxy.AllocateFD(handle, "/example");

Completed in 54 milliseconds