Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/programs/
H A Dutil.h165 int UTIL_isBlockDevStat(const stat_t* statbuf);
H A Dutil.c457 int UTIL_isBlockDevStat(const stat_t* statbuf) in UTIL_isBlockDevStat() function
H A Dfileio.c562 && !(allowBlockDevices && UTIL_isBlockDevStat(statbuf)) in FIO_openSrcFile()