Searched refs:is_block_device_ (Results 1 – 3 of 3) sorted by relevance
75 is_block_device_ = S_ISBLK(stat.st_mode); in InitFd()76 if (is_block_device_) { in InitFd()
71 bool is_block_device_ = false; variable
708 if (is_dev_null_ || is_block_device_) { in Truncate()