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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_event_emitter.cc 23 Error PipeEventEmitter::Write_Locked(const char* data,
pipe_event_emitter.h 28 Error Write_Locked(const char* data, size_t len, int* out_bytes);
pipe_node.cc 60 return GetEventEmitter()->Write_Locked(static_cast<const char*>(buf),
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.h 39 Error Write_Locked(const char* data, size_t len, int* out_bytes);
jspipe_node.cc 66 return GetEventEmitter()->Write_Locked(static_cast<const char*>(buf),
jspipe_event_emitter.cc 283 Error JSPipeEventEmitter::Write_Locked(const char* data,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
event_test.cc 195 EXPECT_EQ(0, pipe.Write_Locked(hello, sizeof(hello), &out_bytes));

Completed in 1562 milliseconds