Home
last modified time | relevance | path

Searched refs:ReadPipe (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dusb_osx.cpp534 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()
/system/update_engine/common/
Dutils.h149 bool ReadPipe(const std::string& cmd, std::string* out_p);
Dutils.cc339 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function