Searched refs:relpath (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs.c207 const char *relpath = NULL; local
210 struct vfs_mount *m = find_mount(path, &relpath);
217 errval_t ret = m->ops->open(m->st, relpath, handle);
236 const char *relpath = NULL; local
239 struct vfs_mount *m = find_mount(path, &relpath);
247 errval_t ret = m->ops->create(m->st, relpath, handle);
265 const char *relpath = NULL; local
268 struct vfs_mount *m = find_mount(path, &relpath);
275 return m->ops->remove(m->st, relpath);
419 const char *relpath local
488 const char *relpath = NULL; local
511 const char *relpath = NULL; local
[all...]
/barrelfish-2018-10-04/tools/harness/machines/
H A Deth.py163 def _set_menu_lst(self, relpath):
165 debug.verbose('relinking %s to %s' % (ip_menu_name, relpath))
167 os.symlink(relpath, ip_menu_name)
171 relpath = os.path.relpath(fullpath, TFTP_PATH)
172 tftppath = '/' + os.path.relpath(self.get_tftp_dir(), TFTP_PATH)
174 self._set_menu_lst(relpath)
H A Dmsrc.py66 def _set_menu_lst(self, relpath):
68 debug.verbose('relinking %s to %s' % (ip_menu_name, relpath))
70 os.symlink(relpath, ip_menu_name)
74 relpath = os.path.relpath(fullpath, TFTP_PATH)
75 tftppath = '/' + os.path.relpath(self.get_tftp_dir(), TFTP_PATH)
77 self._set_menu_lst(relpath)
H A Duw.py82 def _set_menu_lst(self, relpath):
84 debug.verbose('relinking %s to %s' % (ip_menu_name, relpath))
86 os.symlink(relpath, ip_menu_name)
90 relpath = os.path.relpath(fullpath, TFTP_PATH)
91 tftppath = '/' + os.path.relpath(self.get_tftp_dir(), TFTP_PATH)
93 self._set_menu_lst(relpath)
H A Dpandaboard.py158 imagename = os.path.relpath(self.target_name, PANDA_ROOT)
/barrelfish-2018-10-04/tools/harness/
H A Dbuilds.py53 srcdir = os.path.relpath(srcdir, self.build_dir)
88 rel_srcdir = os.path.relpath(srcdir, self.build_dir)

Completed in 104 milliseconds