Home | History | Annotate | Download | only in android

Lines Matching refs:systemImage

611         const char* systemImage = hw->disk_systemPartition_path;
614 if (systemImage == NULL)
615 systemImage = hw->disk_systemPartition_initPath;
617 if (path_get_size(systemImage, &systemBytes) < 0) {
618 derror("Missing system image: %s", systemImage);