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

/system/vold/
H A DVolume.cpp229 char devicePath[255]; local
238 sprintf(devicePath, "/dev/block/vold/%d:%d",
241 if (initializeMbr(devicePath)) {
247 sprintf(devicePath, "/dev/block/vold/%d:%d",
251 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
254 if (Fat::format(devicePath, 0)) {
391 char devicePath[255]; local
393 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
396 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
401 if (Fat::check(devicePath)) {
[all...]

Completed in 3 milliseconds