Displaying 1 result from an estimated 1 matches for "file_rf".
Did you mean:
file_ref
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...flist->files[flist->count++] = file_hfsrf;
+ send_file_entry(file_hfsrf, f, base_flags);
+ }
+ }
}
+struct file_struct *hfs_rsrc_fork(int f, struct file_list *flist,
+ struct file_struct *file, char *fname)
+{
+ extern char *hfs_mode;
+ extern int delete_excluded;
+ struct file_struct *file_rf;
+ char *fname_rf;
+ struct stat statbuf;
+ mode_t modes;
+ off_t size;
+ char *suffix=".~~~namedfork.rsrc";
+
+ /** HFS+ resource fork handler code:
+
+ HFS+ exposes resource fork as <filename>/..namedfork/rsrc
+
+ If >0bytes, make new file_struct. Populate dirname_dst
+ with...