Searched refs:root_path (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | check_sparse.py | 41 root_path = os.getenv('MESON_BUILD_ROOT') variable 43 return s if not root_path else os.path.join(root_path, s) 57 r = subprocess.run(cmd, env=sparse_env, cwd=root_path)
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 13 def get_package_manager(d, root_path): argument 24 root_path, 31 root_path, 38 root_path,
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 122 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local 188 root_path.length = 1; in vboxsf_fill_super() 189 root_path.size = 2; in vboxsf_fill_super() 190 root_path.string.utf8[0] = '/'; in vboxsf_fill_super() 191 root_path.string.utf8[1] = 0; in vboxsf_fill_super() 192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
|
/openbmc/u-boot/configs/ |
H A D | axm_defconfig | 19 …root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
|
/openbmc/linux/fs/smb/client/ |
H A D | ioctl.c | 35 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local 47 root_path = 0; in cifs_ioctl_query_info() 48 utf16_path = &root_path; in cifs_ioctl_query_info() 65 if (utf16_path != &root_path) in cifs_ioctl_query_info()
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 73 const char *root_path, *filename = NULL; in get_filename() local 82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename() 84 if (IS_ERR(root_path)) in get_filename() 87 root_len = strlen(root_path); in get_filename() 95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 514 g_autofree char *root_path = virtio_9p_test_path(""); in fs_create_dir() local 517 g_assert(root_path != NULL); in fs_create_dir() 533 g_autofree char *root_path = virtio_9p_test_path(""); in fs_unlinkat_dir() local 536 g_assert(root_path != NULL); in fs_unlinkat_dir()
|
/openbmc/telemetry/src/ |
H A D | persistent_json_storage.cpp | 14 while (currentPath != path.root_path()) in isAnySymlink()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 248 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local 251 if (strlen(root_path) > offset) in hostfs_show_options() 252 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 1155 my $root_path = abs_path($root); 1156 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4xdr.c | 3696 goto root_path; in decode_pathname() 3714 root_path: in decode_pathname()
|