Searched defs:link (Results 1 - 5 of 5) sorted by relevance
/system/extras/ext4_utils/ |
H A D | contents.h | 24 char *link; member in struct:dentry 39 u32 make_link(const char *link);
|
H A D | contents.c | 95 .. 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);
|
/system/vold/ |
H A D | Process.cpp | 35 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...] |
/system/core/adb/ |
H A D | usb_linux.cpp | 213 char link[256]; local 269 ssize_t link_len = readlink(pathbuf, link, sizeof(link) - 1); 271 link[link_len] = '\0'; 272 const char* slash = strrchr(link, '/');
|
/system/connectivity/shill/wifi/ |
H A D | wifi.cc | 131 const string& link, 138 link, 162 link, 514 // unreliable link. 1738 // the link. 1755 // Skip reassociate attempt if service is not reliable, meaning multiple link 1912 // to unreliable link. 127 WiFi(ControlInterface* control_interface, EventDispatcher* dispatcher, Metrics* metrics, Manager* manager, const string& link, const string& address, int interface_index) argument
|
Completed in 127 milliseconds