HomeSort by: relevance | last modified time | path
    Searched defs:have_attrs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_entry_from_file.c 340 int have_attrs; local
351 have_attrs = copyfile(name, NULL, 0, copyfile_flags | COPYFILE_CHECK);
352 if (have_attrs == -1) {
357 if (have_attrs == 0)

Completed in 15 milliseconds