AllocateFD         83 native_client_sdk/src/libraries/nacl_io/kernel_object.h   int AllocateFD(const ScopedKernelHandle& handle,
AllocateFD        185 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return AllocateFD(handle, path);
AllocateFD        205 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return AllocateFD(handle, path);
AllocateFD        222 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     pipefds[0] = AllocateFD(handle0);
AllocateFD        223 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     pipefds[1] = AllocateFD(handle1);
AllocateFD        252 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return AllocateFD(handle, path);
AllocateFD       1238 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return AllocateFD(new_handle);
AllocateFD       1609 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return AllocateFD(handle);
AllocateFD         98 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   int fd1 = proxy.AllocateFD(handle_a, "/example");
AllocateFD        104 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   int fd2 = proxy.AllocateFD(handle_b, "");
AllocateFD        168 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   proxy.AllocateFD(handle, "/example");