Searched refs:build_pathname (Results 1 – 1 of 1) sorted by relevance
394 static const char *build_pathname(struct archive_string *, struct file_info *, int);1332 const char *path = build_pathname(&iso9660->pathname, file, 0); in archive_read_format_iso9660_read_header()3461 build_pathname(struct archive_string *as, struct file_info *file, int depth) in build_pathname() function3469 if (build_pathname(as, file->parent, depth + 1) == NULL) { in build_pathname()