Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/fs/ufs/
H A DUFSSwapDir.cc304 Fs::Ufs::UFSSwapDir::UFSSwapDir(char const *aType, const char *anIOType) : in UFSSwapDir() argument
314 ioType(xstrdup(anIOType)), in UFSSwapDir()
322 IO = new Fs::Ufs::UFSStrategy(DiskIOModule::Find(anIOType)->createStrategy()); in UFSSwapDir()