Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/programs/
H A Dfileio.c2445 { size_t const srcFileLength = strlen(srcFileName); in FIO_decompressZstdFrame() local
2446 if ((srcFileLength>20) && (g_display_prefs.displayLevel<3)) in FIO_decompressZstdFrame()
2447 srcFileName += srcFileLength-20; in FIO_decompressZstdFrame()