Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dcontents.c38 #define S_IFLNK 0 /* used by make_link, not needed under mingw */ macro
230 inode->i_mode = S_IFLNK; in make_link()
/system/vold/
DProcess.cpp41 if ((s.st_mode & S_IFMT) != S_IFLNK) in readSymLink()
/system/core/fs_mgr/
Dfs_mgr.c235 if ((info.st_mode & S_IFMT) == S_IFLNK) in __mount()
/system/core/adb/
Dfile_sync_client.cpp70 mask |= S_IFLNK; in should_push_file()