OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_link
(Results
1 - 7
of
7
) sorted by null
/system/core/init/
util.h
36
void
make_link
(const char *oldpath, const char *newpath);
util.c
330
void
make_link
(const char *oldpath, const char *newpath)
function
devices.c
488
make_link
(devpath, links[i]);
/system/extras/ext4_utils/
contents.h
39
u32
make_link
(const char *link);
contents.c
40
#define S_IFLNK 0 /* used by
make_link
, not needed under mingw */
202
u32
make_link
(const char *link)
function
make_ext4fs.c
263
entry_inode =
make_link
(dentries[i].link);
/external/e2fsprogs/debugfs/
debugfs.c
1269
static void
make_link
(char *sourcename, char *destname)
function
1318
com_err("
make_link
", retval, 0);
[
all
...]
Completed in 39 milliseconds