Searched defs:deviceNodes (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolume.cpp293 dev_t deviceNodes[4]; local
334 n = getDeviceNodes((dev_t *) &deviceNodes, 4);
360 if (cryptfs_setup_volume(getLabel(), MAJOR(deviceNodes[0]), MINOR(deviceNodes[0]),
383 n = getDeviceNodes((dev_t *) &deviceNodes, 4);
393 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
394 MINOR(deviceNodes[i]));
457 mCurrentlyMountedKdev = deviceNodes[i];

Completed in 251 milliseconds