Searched refs:full_path_name (Results 1 – 1 of 1) sorted by relevance
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 203 char full_path_name[PATH_MAX]; in dump_bmpblock() local 234 sprintf(full_path_name, "%s/%s", todir, "config.yaml"); in dump_bmpblock() 235 yfd = open(full_path_name, in dump_bmpblock() 239 fprintf(stderr, "Unable to open %s: %s\n", full_path_name, in dump_bmpblock() 247 fprintf(stderr, "Unable to fdopen %s: %s\n", full_path_name, in dump_bmpblock() 309 sprintf(full_path_name, "%s/%s", todir, image_name); in dump_bmpblock() 310 bfd = open(full_path_name, in dump_bmpblock() 314 fprintf(stderr, "Unable to open %s: %s\n", full_path_name, in dump_bmpblock() 322 fprintf(stderr, "Unable to fdopen %s: %s\n", full_path_name, in dump_bmpblock() 362 fprintf(stderr, "Unable to write %s: %s\n", full_path_name, in dump_bmpblock()
|