Home
last modified time | relevance | path

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

/packages/modules/adb/sysdeps/
Dstat.h53 #undef S_ISBLK
54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/packages/modules/adb/client/
Dfile_sync_client.cpp78 return S_ISREG(mode) || S_ISBLK(mode) || S_ISCHR(mode); in should_pull_file()