Searched refs:out_info (Results 1 – 1 of 1) sorted by relevance
1996 hfslib_read_file_userinfo(void* in_bytes, hfs_macos_file_info_t* out_info) in hfslib_read_file_userinfo() argument2000 if (in_bytes == NULL || out_info == NULL) in hfslib_read_file_userinfo()2005 out_info->file_type = be32tohp(&ptr); in hfslib_read_file_userinfo()2006 out_info->file_creator = be32tohp(&ptr); in hfslib_read_file_userinfo()2007 out_info->finder_flags = be16tohp(&ptr); in hfslib_read_file_userinfo()2008 out_info->location.v = be16tohp(&ptr); in hfslib_read_file_userinfo()2009 out_info->location.h = be16tohp(&ptr); in hfslib_read_file_userinfo()2010 out_info->reserved = be16tohp(&ptr); in hfslib_read_file_userinfo()2018 hfs_macos_extended_file_info_t* out_info) in hfslib_read_file_finderinfo() argument2022 if (in_bytes == NULL || out_info == NULL) in hfslib_read_file_finderinfo()[all …]