Home
last modified time | relevance | path

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

/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_lha.c273 static time_t lha_win_time(uint64_t, long *);
1263 lha->birthtime = lha_win_time( in lha_read_file_extended_header()
1267 lha->mtime = lha_win_time( in lha_read_file_extended_header()
1271 lha->atime = lha_win_time( in lha_read_file_extended_header()
1676 lha_win_time(uint64_t wintime, long *ns) in lha_win_time() function