Searched refs:img (Results 1 – 3 of 3) sorted by relevance
/system/extras/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img)
|
/system/core/toolbox/ |
D | newfs_msdos.c | 267 u_int8_t *img; in newfs_msdos_main() local 620 if (!(img = malloc(bpb.bps))) in newfs_msdos_main() 633 if ((n = read(fd1, img, bpb.bps)) == -1) in newfs_msdos_main() 638 memset(img, 0, bpb.bps); in newfs_msdos_main() 642 bsbpb = (struct bsbpb *)(img + x1); in newfs_msdos_main() 657 bsxbpb = (struct bsxbpb *)(img + x1); in newfs_msdos_main() 666 bsx = (struct bsx *)(img + x1); in newfs_msdos_main() 684 bs = (struct bs *)img; in newfs_msdos_main() 690 memcpy(img + x1, bootcode, sizeof(bootcode)); in newfs_msdos_main() 691 mk2(img + MINBPS - 2, DOSMAGIC); in newfs_msdos_main() [all …]
|
/system/vold/ |
D | VolumeManager.cpp | 1004 int VolumeManager::mountObb(const char *img, const char *key, int ownerGid) { in mountObb() argument 1008 if (!asecHash(img, idHash, sizeof(idHash))) { in mountObb() 1009 SLOGE("Hash of '%s' failed (%s)", img, strerror(errno)); in mountObb() 1016 SLOGE("Image %s already mounted", img); in mountObb() 1023 if (Loop::create(idHash, img, loopDevice, sizeof(loopDevice))) { in mountObb() 1032 SLOGD("Found active loopback for %s at %s", img, loopDevice); in mountObb() 1069 SLOGD("Found active devmapper for %s at %s", img, dmDevice); in mountObb() 1098 mActiveContainers->push_back(new ContainerData(strdup(img), OBB)); in mountObb() 1100 SLOGD("Image %s mounted", img); in mountObb()
|