Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp183 static void waitForDevMapper(const char *dmDevice) { in waitForDevMapper() argument
191 if (!access(dmDevice, F_OK) || errno != ENOENT) { in waitForDevMapper()
847 char dmDevice[255]; in createAsec() local
853 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec()
854 sizeof(dmDevice))) { in createAsec()
863 strcpy(dmDevice, loopDevice); in createAsec()
894 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); in createAsec()
896 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors); in createAsec()
923 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, in createAsec()
926 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint, in createAsec()
[all …]