Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/
Dstat.h51 #undef S_IFBLK
52 #define S_IFBLK 0060000 macro
54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
61 static_assert(S_IFBLK == 0060000, "");
/system/update_engine/common/
Dtest_utils.cc154 S_IFBLK | 0660, in BindToUnusedLoopDeviceLegacy()
/system/vold/
DUtils.cpp87 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFBLK)) { in CreateDeviceNode()
92 mode_t mode = 0660 | S_IFBLK; in CreateDeviceNode()
/system/core/init/
Ddevices.cpp248 mode |= (block ? S_IFBLK : S_IFCHR); in MakeDevice()
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp206 if ((sb.st_mode & S_IFMT) != S_IFBLK) { in GetBlockDeviceForFile()