Searched refs:root_path (Results 1 – 5 of 5) sorted by relevance
41 root_path = os.getenv('MESON_BUILD_ROOT') variable43 return s if not root_path else os.path.join(root_path, s)57 r = subprocess.run(cmd, env=sparse_env, cwd=root_path)
13 def get_package_manager(d, root_path): argument24 root_path,31 root_path,38 root_path,
19 …root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
515 g_autofree char *root_path = virtio_9p_test_path(""); in fs_create_dir() local518 g_assert(root_path != NULL); in fs_create_dir()534 g_autofree char *root_path = virtio_9p_test_path(""); in fs_unlinkat_dir() local537 g_assert(root_path != NULL); in fs_unlinkat_dir()
14 while (currentPath != path.root_path()) in isAnySymlink()