Searched refs:link (Results 1 - 14 of 14) sorted by relevance

/system/extras/tests/net_test/
H A Dnet_test.sh7 ip link set lo up
8 ip link set lo mtu 16436
9 ip link set eth0 up
H A Dping6_test.sh4 ip link set eth0 up
H A Drun_net_test.sh59 if ! ip link list $tap > /dev/null; then
62 sudo ip link set $tap up
/system/extras/ext4_utils/
H A Dcontents.h24 char *link; member in struct:dentry
39 u32 make_link(const char *link);
H A Dcontents.c95 .. link is set to dir_inode_num. Stores the location of the inode number
212 u32 make_link(const char *link) argument
216 u32 len = strlen(link);
237 memcpy((char*)inode->i_block, link, len);
240 memcpy(data, link, len);
H A Dmake_ext4fs.c239 dentries[i].link = calloc(info.block_size, 1);
240 readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1);
293 entry_inode = make_link(dentries[i].link);
322 free(dentries[i].link);
/system/vold/
H A DProcess.cpp35 int Process::readSymLink(const char *path, char *link, size_t max) { argument
45 length = readlink(path, link, max- 1);
48 link[length] = 0;
108 char link[PATH_MAX]; local
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) {
113 strlcpy(openFilename, link, max);
156 char link[PATH_MAX]; local
159 if (readSymLink(path, link, sizeo
[all...]
H A DProcess.h33 static int readSymLink(const char *path, char *link, size_t max);
/system/bt/main/
H A DAndroid.mk156 # Shared library link options.
159 # that might link statically with some of the code in the library, and
/system/core/adb/
H A Dusb_linux.cpp227 char link[256]; local
284 link_len = readlink(pathbuf, link, sizeof(link) - 1);
286 link[link_len] = '\0';
287 slash = strrchr(link, '/');
H A DAndroid.mk93 # Even though we're building a static library (and thus there's no link step for
199 # on the host adb tool, and shared libraries that link against libc++
/system/media/camera/docs/
H A Dhtml.mako26 a:link { color: #258aaf; text-decoration: none}
85 /* TODO: generate abbr element for each tag link? */
86 /* TODO for each x.y.z try to link it to the entry */
121 # docs with link name from shortname.
/system/core/fastboot/
H A DAndroid.mk87 # on the host fastboot tool, and shared libraries that link against libc++
/system/bt/doc/
H A Dpower_management.md137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE

Completed in 9364 milliseconds