Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp181 static void waitForDevMapper(const char *dmDevice) { in waitForDevMapper() argument
189 if (!access(dmDevice, F_OK) || errno != ENOENT) { in waitForDevMapper()
853 char dmDevice[255]; in createAsec() local
859 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec()
860 sizeof(dmDevice))) { in createAsec()
869 strcpy(dmDevice, loopDevice); in createAsec()
900 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); in createAsec()
902 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors); in createAsec()
929 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, in createAsec()
932 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint, in createAsec()
[all …]