Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dprotocol.txt139 --- WRITE(local-id, remote-id, "data") ---------------------------------
141 The WRITE message sends data to the recipient's stream identified by
144 A WRITE message containing a remote-id which does not map to an open
148 A WRITE message may not be sent until a READY message is received.
149 Once a WRITE message is sent, an additional WRITE message may not be
151 a WRITE message that is in violation of this requirement will CLOSE
251 >OPEN <READY >WRITE <READY >WRITE <READY >WRITE <CLOSE
254 a WRITE or it may defer the READY until the write to the local stream
/system/extras/tests/sdcard/
Dtestcase.h44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE}; enumerator
Dtestcase.cpp174 if (strcmp(mName, "write") == 0) mType = WRITE; in setTypeFromName()
Dsdcard_perf_test.cpp701 case TestCase::WRITE: in main()
/system/webservd/webservd/
Drequest.cc308 brillo::Stream::AccessMode::WRITE, in AddRawRequestData()