Searched refs:ReadPipe (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/ |
D | usb_osx.cpp | 533 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/ |
D | omaha_request_params_unittest.cc | 67 if (!utils::ReadPipe("uname -m", &machine_type)) in GetMachineType()
|
/system/update_engine/common/ |
D | utils.h | 109 bool ReadPipe(const std::string& cmd, std::string* out_p);
|
D | utils.cc | 334 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function
|
/system/core/fastboot/ |
D | usb_osx.cpp | 521 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()
|