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

/system/core/toolbox/
H A Dls.c41 case S_IFLNK: return 'l';
214 case S_IFLNK: {
277 case S_IFLNK: {
/system/extras/ext4_utils/
H A Dcontents.c31 #define S_IFLNK 0 /* used by make_link, not needed under mingw */ macro
219 inode->i_mode = S_IFLNK;
/system/vold/
H A DProcess.cpp41 if ((s.st_mode & S_IFMT) != S_IFLNK)
/system/core/toolbox/cp/
H A Dcp.c448 case S_IFLNK:

Completed in 2471 milliseconds