Home
last modified time | relevance | path

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

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