OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_ISBLK
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
stat.h
33
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h
62
# undef
S_ISBLK
75
#ifndef
S_ISBLK
77
# define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
79
# define
S_ISBLK
(m) 0
/external/e2fsprogs/lib/ext2fs/
ismounted.c
58
if (
S_ISBLK
(st_buf.st_mode)) {
73
if (
S_ISBLK
(st_buf.st_mode)) {
249
S_ISBLK
(st_buf.st_mode))
276
S_ISBLK
(st_buf.st_mode) &&
330
!
S_ISBLK
(st_buf.st_mode))
/external/e2fsprogs/misc/
ismounted.c
92
if (
S_ISBLK
(st_buf.st_mode)) {
120
if (
S_ISBLK
(st_buf.st_mode)) {
util.c
102
if (!
S_ISBLK
(s.st_mode) && !S_ISCHR(s.st_mode))
104
if (!
S_ISBLK
(s.st_mode))
/external/kernel-headers/original/linux/
stat.h
28
#define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
/system/core/toolbox/
umount.c
20
if (
S_ISBLK
(st.st_mode) && (major(st.st_rdev) == LOOP_MAJOR)) {
/external/openssl/crypto/rand/
randfile.c
192
#if defined(
S_ISBLK
) && defined(S_ISCHR)
193
if (
S_ISBLK
(sb.st_mode) || S_ISCHR(sb.st_mode)) {
/frameworks/native/libs/utils/
misc.cpp
63
else if (
S_ISBLK
(sb.st_mode))
/system/extras/tests/storage/
wipe_blkdev.c
114
if (!
S_ISBLK
(statbuf.st_mode)) {
/external/llvm/lib/Support/
MemoryBuffer.cpp
41
#ifndef
S_ISBLK
42
#define
S_ISBLK
(x) (0)
352
if (!S_ISREG(FileInfo.st_mode) && !
S_ISBLK
(FileInfo.st_mode)) {
/system/core/libdiskconfig/
diskconfig.c
251
if (
S_ISBLK
(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
299
if (
S_ISBLK
(stat.st_mode)) {
373
if (
S_ISBLK
(stat.st_mode) && total_size > disk_size) {
/external/bison/lib/
sys_stat.in.h
86
# undef
S_ISBLK
99
#ifndef
S_ISBLK
101
# define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
103
# define
S_ISBLK
(m) 0
/external/bison/darwin-lib/sys/
stat.h
398
# undef
S_ISBLK
411
#ifndef
S_ISBLK
413
# define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
415
# define
S_ISBLK
(m) 0
[
all
...]
/external/bison/linux-lib/sys/
stat.h
398
# undef
S_ISBLK
411
#ifndef
S_ISBLK
413
# define
S_ISBLK
(m) (((m) & S_IFMT) == S_IFBLK)
415
# define
S_ISBLK
(m) 0
[
all
...]
Completed in 1421 milliseconds
1
2
3
4