Searched refs:fileMetaInfo (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzip2.c1012 into fileMetaInfo before starting to compress / decompress it,
1034 struct MY_STAT fileMetaInfo; variable in typeref:struct:MY_STAT
1043 retVal = MY_STAT( srcName, &fileMetaInfo );
1056 uTimBuf.actime = fileMetaInfo.st_atime;
1057 uTimBuf.modtime = fileMetaInfo.st_mtime;
1070 retVal = fchmod ( fd, fileMetaInfo.st_mode );
1073 (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );

Completed in 46 milliseconds