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

/system/vold/
H A DVolume.cpp251 char devicePath[255]; local
262 sprintf(devicePath, "/dev/block/vold/%d:%d",
265 if (initializeMbr(devicePath)) {
271 sprintf(devicePath, "/dev/block/vold/%d:%d",
275 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
278 if (Fat::format(devicePath, 0, wipe)) {
416 char devicePath[255]; local
418 sprintf(devicePath, "/dev/block/vold/%d:%d", major(deviceNodes[i]),
421 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
426 if (Fat::check(devicePath)) {
651 extractMetadata(const char* devicePath) argument
[all...]

Completed in 322 milliseconds