Searched refs:is_block_device_ (Results 1 – 2 of 2) sorted by relevance
234 is_block_device_ = S_ISBLK(stat.st_mode); in SetFd()235 if (is_block_device_) { in SetFd()839 if (is_dev_null_ || is_block_device_) { in Truncate()
226 bool is_block_device_ = false; variable