Home
last modified time | relevance | path

Searched refs:build_pathname (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c394 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() function
3469 if (build_pathname(as, file->parent, depth + 1) == NULL) { in build_pathname()