Home
last modified time | relevance | path

Searched defs:allowBlockDevices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/zstd/programs/
H A Dfileio_types.h70 int allowBlockDevices; member
H A Dzstdcli.c835 allowBlockDevices = 0, in main() local
H A Dfileio.c378 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockD… in FIO_setAllowBlockDevices()
545 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local