HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceNodes (Results 1 - 4 of 4) sorted by null

  /system/vold/
DirectVolume.h 59 int getDeviceNodes(dev_t *devs, int max);
Volume.h 87 virtual int getDeviceNodes(dev_t *devs, int max) = 0;
Volume.cpp 330 n = getDeviceNodes((dev_t *) &deviceNodes, 4);
379 n = getDeviceNodes((dev_t *) &deviceNodes, 4);
DirectVolume.cpp 346 int DirectVolume::getDeviceNodes(dev_t *devs, int max) {

Completed in 668 milliseconds