Home
last modified time | relevance | path

Searched refs:mountInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dhost_usb.h29 void RemoveIgnoreDevice(string &mountInfo);
Dhost_usb.cpp191 void HdcHostUSB::RemoveIgnoreDevice(string &mountInfo) in RemoveIgnoreDevice() argument
193 if (mapIgnoreDevice.count(mountInfo)) { in RemoveIgnoreDevice()
194 mapIgnoreDevice.erase(mountInfo); in RemoveIgnoreDevice()