HomeSort by: relevance | last modified time | path
    Searched refs:rr_moved (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 271 char rr_moved; /* Flag to rr_moved. */ member in struct:file_info
333 struct file_info *rr_moved; member in struct:iso9660
2070 (flags & 0x02) && iso9660->rr_moved == NULL &&
2072 (strcmp(file->name.s, "rr_moved") == 0 ||
2073 strcmp(file->name.s, ".rr_moved") == 0)) {
2074 iso9660->rr_moved = file;
2075 file->rr_moved = 1;
2081 * Sanity check: file's parent is rr_moved.
2083 if (parent == NULL || parent->rr_moved == 0)
    [all...]
archive_write_set_format_iso9660.c 2842 * the entry of "rr_moved" directory.
2847 strcmp(isoent->file->basename.s, "rr_moved") == 0)
6665 isoent_rr_move_dir(struct archive_write *a, struct isoent **rr_moved,
6671 if ((rrmoved = *rr_moved) == NULL) {
6676 rrmoved = isoent_create_virtual_dir(a, iso9660, "rr_moved");
6682 /* Add "rr_moved" entry to the root entry. */
6686 /* Register "rr_moved" entry to second level pathtable. */
6688 /* Save rr_moved. */
6689 *rr_moved = rrmoved;
6693 * to rr_moved
6750 struct isoent *rootent, *rr_moved; local
    [all...]

Completed in 24 milliseconds