Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h148 bool is_block_device_ = false; variable
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp138 is_block_device_ = S_ISBLK(stat.st_mode); in SetFd()
540 if (is_dev_null_ || is_block_device_) { in Truncate()