OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devicenodes
(Results
1 - 2
of
2
) sorted by null
/system/vold/
Volume.cpp
289
dev_t
deviceNodes
[4];
330
n = getDeviceNodes((dev_t *) &
deviceNodes
, 4);
356
if (cryptfs_setup_volume(getLabel(), MAJOR(
deviceNodes
[0]), MINOR(
deviceNodes
[0]),
379
n = getDeviceNodes((dev_t *) &
deviceNodes
, 4);
389
sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(
deviceNodes
[i]),
390
MINOR(
deviceNodes
[i]));
453
mCurrentlyMountedKdev =
deviceNodes
[i];
DirectVolume.cpp
344
* Called from base to get a list of
devicenodes
for mounting
Completed in 31 milliseconds