Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_osx.cpp533 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read()
538 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read()
/system/update_engine/
Domaha_request_params_unittest.cc67 if (!utils::ReadPipe("uname -m", &machine_type)) in GetMachineType()
/system/update_engine/common/
Dutils.h109 bool ReadPipe(const std::string& cmd, std::string* out_p);
Dutils.cc334 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function
/system/core/fastboot/
Dusb_osx.cpp521 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()