Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/
H A Dcheck_sparse.py41 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 Dpackage_manager.py13 def get_package_manager(d, root_path): argument
24 root_path,
31 root_path,
38 root_path,
/openbmc/u-boot/configs/
H A Daxm_defconfig19root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c515 g_autofree char *root_path = virtio_9p_test_path(""); in fs_create_dir() local
518 g_assert(root_path != NULL); in fs_create_dir()
534 g_autofree char *root_path = virtio_9p_test_path(""); in fs_unlinkat_dir() local
537 g_assert(root_path != NULL); in fs_unlinkat_dir()
/openbmc/telemetry/src/
H A Dpersistent_json_storage.cpp14 while (currentPath != path.root_path()) in isAnySymlink()