Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp532 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 Domaha_request_params_unittest.cc63 if (!utils::ReadPipe("uname -m", &machine_type)) in GetMachineType()
/aosp12/system/update_engine/common/
H A Dutils.h125 bool ReadPipe(const std::string& cmd, std::string* out_p);
H A Dutils.cc338 bool ReadPipe(const string& cmd, string* out_p) { in ReadPipe() function
/aosp12/system/core/fastboot/
H A Dusb_osx.cpp521 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()