/system/vold/ |
D | Process.cpp | 35 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink() argument 45 length = readlink(path, link, max- 1); in readSymLink() 48 link[length] = 0; in readSymLink() 108 char link[PATH_MAX]; in checkFileDescriptorSymLinks() local 110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) { in checkFileDescriptorSymLinks() 113 strncpy(openFilename, link, max-1); in checkFileDescriptorSymLinks() 156 char link[PATH_MAX]; in checkSymLink() local 159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) in checkSymLink()
|
D | Process.h | 31 static int readSymLink(const char *path, char *link, size_t max);
|
/system/extras/ext4_utils/ |
D | contents.h | 24 char *link; member 38 u32 make_link(const char *filename, const char *link);
|
D | contents.c | 193 u32 make_link(const char *filename, const char *link) in make_link() argument 197 u32 len = strlen(link); in make_link() 218 memcpy((char*)inode->i_block, link, len); in make_link() 221 memcpy(data, link, len); in make_link()
|
D | make_ext4fs.c | 200 dentries[i].link = calloc(info.block_size, 1); in build_directory_structure() 201 readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1); in build_directory_structure() 247 entry_inode = make_link(dentries[i].full_path, dentries[i].link); in build_directory_structure() 265 free(dentries[i].link); in build_directory_structure()
|
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/fastboot/ |
D | usb_linux.c | 186 char link[256]; in filter_usb_device() local 191 link_len = readlink(cdev, link, sizeof(link) - 1); in filter_usb_device() 193 link[link_len] = '\0'; in filter_usb_device() 194 slash = strrchr(link, '/'); in filter_usb_device()
|
/system/core/toolbox/ |
D | ln.c | 29 ret = link(argv[1], argv[2]); in ln_main()
|
/system/core/adb/ |
D | usb_linux.c | 233 char link[256]; in find_usb_device() local 278 link_len = readlink(pathbuf, link, sizeof(link) - 1); in find_usb_device() 280 link[link_len] = '\0'; in find_usb_device() 281 slash = strrchr(link, '/'); in find_usb_device()
|
/system/core/toolbox/cp/ |
D | utils.c | 189 if (link(entp->fts_path, to.p_path)) { in copy_file()
|
/system/core/init/ |
D | readme.txt | 201 Create a symbolic link at <path> with the value <target>
|
/system/core/libnetutils/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/logwrapper/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/libcorkscrew/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/procrank/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/showmap/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/libpixelflinger/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/su/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/libctest/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/libpagemap/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/debuggerd/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/showslab/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/timeinfo/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/netcfg/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/libzipfile/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|