Home
last modified time | relevance | path

Searched refs:dest_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c262 const char *dest_path = "/tmp"; in test_priv_mount_unpriv_remount() local
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
300 orig_path, dest_path, strerror(errno)); in test_priv_mount_unpriv_remount()
303 ret = mount(dest_path, dest_path, "none", in test_priv_mount_unpriv_remount()
311 remount_mnt_flags = read_mnt_flags(dest_path); in test_priv_mount_unpriv_remount()
314 dest_path, orig_path); in test_priv_mount_unpriv_remount()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py169 dest_path = '%s/%s.conf' % (multiconfigdir, multiconfig)
170 self.track_for_cleanup(dest_path)
172 dest_path = self.testinc_path
174 self.logger.debug("Writing to: %s\n%s\n" % (dest_path, data))
175 ftools.write_file(dest_path, data)
/openbmc/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c180 struct shfl_string *dest_path, u32 flags) in vboxsf_rename() argument
192 parms.dest.u.pointer.size = shfl_string_buf_size(dest_path); in vboxsf_rename()
193 parms.dest.u.pointer.u.linear_addr = (uintptr_t)dest_path; in vboxsf_rename()
H A Dvfsmod.h124 struct shfl_string *dest_path, u32 flags);
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py46 dest_path = os.path.join(dest, path)
47 shutil.move(os.path.join(orig, path), dest_path)
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py774 dest_path = mv_[0]
775 watch_.path = dest_path
786 w.path = os.path.join(dest_path, w.path[src_path_len:])