Home
last modified time | relevance | path

Searched refs:mountInfo (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/host/
H A Dhost_usb.h29 void RemoveIgnoreDevice(string &mountInfo);
H A Dhost_usb.cpp198 void HdcHostUSB::RemoveIgnoreDevice(string &mountInfo) in RemoveIgnoreDevice() argument
200 if (mapIgnoreDevice.count(mountInfo)) { in RemoveIgnoreDevice()
201 mapIgnoreDevice.erase(mountInfo); in RemoveIgnoreDevice()
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.h139 void RemoveIgnoreDevice(string &mountInfo);
H A Dhost_usb.cpp405 void HostUsb::RemoveIgnoreDevice(string &mountInfo) in OpenDeviceMyNeed() argument
407 if (mapIgnoreDevice.count(mountInfo)) { in OpenDeviceMyNeed()
408 mapIgnoreDevice.erase(mountInfo); in OpenDeviceMyNeed()

Completed in 5 milliseconds