Searched refs:ReadPipe (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/ |
D | usb_osx.cpp | 530 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read() 535 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 | 108 bool ReadPipe(const std::string& cmd, std::string* out_p);
|
D | utils.cc | 376 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function
|
/system/core/fastboot/ |
D | usb_osx.cpp | 520 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()
|