Searched refs:S_IFLNK (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/
H A Dls.c136 case S_IFLNK: return 'l';
306 case S_IFLNK: {
364 case S_IFLNK: {
/system/extras/ext4_utils/
H A Dcontents.c38 #define S_IFLNK 0 /* used by make_link, not needed under mingw */ macro
230 inode->i_mode = S_IFLNK;
/system/vold/
H A DProcess.cpp41 if ((s.st_mode & S_IFMT) != S_IFLNK)
/system/core/fs_mgr/
H A Dfs_mgr.c230 if ((info.st_mode & S_IFMT) == S_IFLNK)

Completed in 145 milliseconds