Searched refs:dest_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 262 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 D | case.py | 169 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 D | vboxsf_wrappers.c | 180 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 D | vfsmod.h | 124 struct shfl_string *dest_path, u32 flags);
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 774 dest_path = mv_[0] 775 watch_.path = dest_path 786 w.path = os.path.join(dest_path, w.path[src_path_len:])
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 46 dest_path = os.path.join(dest, path) 47 shutil.move(os.path.join(orig, path), dest_path)
|