Home
last modified time | relevance | path

Searched refs:full_link (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/tools/
Dcheck_links.py45 full_link = None
48 full_link = os.path.join(root, link)
50 full_link = os.path.join(root, path, link)
51 if not os.path.exists(full_link):
/external/autotest/frontend/afe/feeds/
Dfeed.py52 self.full_link = 'http://' + server_hostname + self.link
67 return '%s/%s-%s' % (self.full_link, obj.job.id, obj.job.owner)
/external/iproute2/lib/
Dbpf.c653 const char *full_link) in bpf_slave_via_bind_mnt() argument
665 ret = mount(full_link, full_name, "none", MS_BIND, NULL); in bpf_slave_via_bind_mnt()
669 full_link, full_name, strerror(errno)); in bpf_slave_via_bind_mnt()