Searched refs:make_link (Results 1 - 6 of 6) sorted by relevance

/system/extras/ext4_utils/
H A Dcontents.h38 u32 make_link(const char *filename, const char *link);
H A Dcontents.c31 #define S_IFLNK 0 /* used by make_link, not needed under mingw */
201 u32 make_link(const char *filename, const char *link) function
H A Dmake_ext4fs.c207 entry_inode = make_link(dentries[i].full_path, dentries[i].link);
/system/core/init/
H A Dutil.h36 void make_link(const char *oldpath, const char *newpath);
H A Dutil.c324 void make_link(const char *oldpath, const char *newpath) function
H A Ddevices.c479 make_link(devpath, links[i]);

Completed in 789 milliseconds