Home
last modified time | relevance | path

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

/external/zstd/programs/
Dutil.h155 int UTIL_isBlockDevStat(const stat_t* statbuf);
Dutil.c269 int UTIL_isBlockDevStat(const stat_t* statbuf) in UTIL_isBlockDevStat() function
Dfileio.c630 && !(allowBlockDevices && UTIL_isBlockDevStat(&statbuf)) in FIO_openSrcFile()