Home
last modified time | relevance | path

Searched refs:getDeviceNodes (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DDirectVolume.h73 int getDeviceNodes(dev_t *devs, int max);
DVolume.h98 virtual int getDeviceNodes(dev_t *devs, int max) = 0;
DVolume.cpp360 n = getDeviceNodes((dev_t *) &deviceNodes, 4); in mountVol()
408 n = getDeviceNodes((dev_t *) &deviceNodes, 4); in mountVol()
DDirectVolume.cpp397 int DirectVolume::getDeviceNodes(dev_t *devs, int max) { in getDeviceNodes() function in DirectVolume