Searched refs:S_ISLNK (Results 1 - 9 of 9) sorted by relevance

/system/core/libcutils/
H A Ddir_hash.c56 if (S_ISLNK(sb.st_mode)) {
92 if (S_ISLNK(sb.st_mode) || S_ISREG(sb.st_mode)) {
/system/core/toolbox/cp/
H A Dutils.c160 if (!(tolnk && S_ISLNK(sb.st_mode)))
386 islink = S_ISLNK(fs->st_mode);
/system/core/adb/
H A Dfile_sync_client.c385 else if (S_ISLNK(mode))
649 if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
714 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
828 } else if (S_ISREG(mode) || S_ISLNK(mode)) {
916 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
964 if(S_ISREG(mode) || S_ISLNK(mode) || S_ISCHR(mode) || S_ISBLK(mode)) {
H A Dfile_sync_service.c290 is_link = S_ISLNK(mode);
H A Dsysdeps.h88 #define S_ISLNK(m) 0 /* no symlinks on Win32 */ macro
/system/core/sh/
H A Dcd.c188 || (S_ISLNK(statb.st_mode))) {
/system/core/cpio/
H A Dmkbootfs.c256 } else if(S_ISLNK(s.st_mode)) {
/system/extras/ext4_utils/
H A Dmake_ext4fs.c186 } else if (S_ISLNK(stat.st_mode)) {
/system/extras/tests/fstest/
H A Dperm_checker.c400 } else if (S_ISLNK(s.st_mode)) {

Completed in 2789 milliseconds