Home | History | Annotate | Download | only in 7z

Lines Matching full:isdir

166   if (u1.IsDir != u2.IsDir)

167 return (u1.IsDir) ? 1 : -1;
168 if (u1.IsDir)
297 if (u1.IsDir != u2.IsDir)
298 return (u1.IsDir) ? 1 : -1;
299 if (u1.IsDir)
441 file.IsDir = ui.IsDir;
518 return (file.IsDir || !file.CrcDefined || file.Crc == _crcStreamSpec->GetCRC()) ? S_OK: S_FALSE;
1036 if (file.IsAnti || file.IsDir)
1099 if (file2.IsAnti || file.IsDir)