Searched refs:ReadPipe (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/adb/client/ |
H A D | usb_osx.cpp | 532 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read() 537 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read()
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_params_unittest.cc | 63 if (!utils::ReadPipe("uname -m", &machine_type)) in GetMachineType()
|
/aosp12/system/update_engine/common/ |
H A D | utils.h | 125 bool ReadPipe(const std::string& cmd, std::string* out_p);
|
H A D | utils.cc | 338 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function
|
/aosp12/system/core/fastboot/ |
H A D | usb_osx.cpp | 521 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()
|