Searched refs:dmDevice (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | VolumeManager.cpp | 361 char dmDevice[255]; in createAsec() local 367 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec() 368 sizeof(dmDevice))) { in createAsec() 377 strcpy(dmDevice, loopDevice); in createAsec() 434 formatStatus = Ext4::format(dmDevice, mountPoint); in createAsec() 436 formatStatus = Fat::format(dmDevice, numImgSectors, 0); in createAsec() 463 mountStatus = Ext4::doMount(dmDevice, mountPoint, false, false, false); in createAsec() 465 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000, in createAsec() 1062 char dmDevice[255]; in mountAsec() local 1084 if (Devmapper::lookupActive(idHash, dmDevice, sizeof(dmDevice))) { in mountAsec() [all …]
|