Home | History | Annotate | Download | only in qtools

Lines Matching refs:full_path

583     static char full_path[4096];
588 full_path[0] = 0;
590 strcpy(full_path, root_);
592 strcat(full_path, region->path);
593 FILE *fobj = fopen(full_path, "r");
617 fprintf(stderr, "Cannot read ELF header from '%s'\n", full_path);
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);