Lines Matching refs:image_path
653 static char image_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0";
715 FILE *file = fopen(image_path, "rb+");
721 LOGE("Failed to seek %s to %d!", image_path, offset);
725 LOGE("Failed to write %s!", image_path);
738 FILE *file = fopen(image_path, "rb");
861 LOGE("Not a resource image(%s)!", image_path);
1200 snprintf(image_path, sizeof(image_path), "%s", arg + strlen(OPT_IMAGE));
1210 if (!image_path[0]) {
1211 snprintf(image_path, sizeof(image_path), "%s", DEFAULT_IMAGE_PATH);
1327 image_file = fopen(image_path, "rb");
1330 LOGE("Failed to open:%s", image_path);
1340 LOGE("Not a resource image(%s)!", image_path);
1386 printf("Unack %s to %s successed!\n", image_path, unpack_dir);
1535 FILE *image_file = fopen(image_path, "wb");
1537 LOGE("Failed to create:%s", image_path);
1553 } else if (!strcmp(fix_path(image_path), fix_path(files[i]))) {
1570 printf("Pack to %s successed!\n", image_path);