Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 38) sorted by relevance

12

/system/vold/
DProcess.cpp35 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()
DProcess.h31 static int readSymLink(const char *path, char *link, size_t max);
/system/extras/ext4_utils/
Dcontents.h24 char *link; member
38 u32 make_link(const char *filename, const char *link);
Dcontents.c193 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()
Dmake_ext4fs.c200 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()
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/fastboot/
Dusb_linux.c186 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/
Dln.c29 ret = link(argv[1], argv[2]); in ln_main()
/system/core/adb/
Dusb_linux.c233 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/
Dutils.c189 if (link(entp->fts_path, to.p_path)) { in copy_file()
/system/core/init/
Dreadme.txt201 Create a symbolic link at <path> with the value <target>
/system/core/libnetutils/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/logwrapper/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/libcorkscrew/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/procrank/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/showmap/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/libpixelflinger/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/su/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/libctest/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/libpagemap/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/debuggerd/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/showslab/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/extras/timeinfo/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/netcfg/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/system/core/libzipfile/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,

12