Home
last modified time | relevance | path

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

/system/vold/
DEmulatedVolume.cpp78 dev_t before = GetDevice(mFuseWrite); in doMount()
101 while (before == GetDevice(mFuseWrite)) { in doMount()
DPublicVolume.cpp153 dev_t before = GetDevice(mFuseWrite); in doMount()
188 while (before == GetDevice(mFuseWrite)) { in doMount()
DUtils.h112 dev_t GetDevice(const std::string& path);
DUtils.cpp628 dev_t GetDevice(const std::string& path) { in GetDevice() function
/system/core/adb/client/
Dusb_osx.cpp182 kr = (*iface)->GetDevice(iface, &usbDevice); in AndroidInterfaceAdded()