Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/openbmc-tools/ipkdbg/
H A Dbuild-opkg44 mkdir -p root && make -j$(nproc) install DESTDIR=$(realpath root)
54 mkdir -p root && make -j$(nproc) install DESTDIR=$(realpath root)
72 …PKG_CONFIG_PATH=$(realpath ../libarchive-3.5.2/root/usr/local/lib/pkgconfig/):$(realpath ../curl-7…
73 CURL_CFLAGS=-I$(realpath ../curl-7.79.1/root/usr/local/include/) \
74 CURL_LIBS=$(realpath ../curl-7.79.1/root/usr/local/lib/libcurl.a) \
75 LIBARCHIVE_CFLAGS=-I$(realpath ../libarchive-3.5.2/root/usr/local/include/) \
76 LIBARCHIVE_LIBS=$(realpath ../libarchive-3.5.2/root/usr/local/lib/libarchive.a) \
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py21 self.git_dir = os.path.realpath(git_dir)
30 realpath = os.path.realpath(path)
31 if is_topdir and realpath != self.top_dir:
32 raise GitError("{} is not a Git top directory".format(realpath))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0003-replace-canonicalize_file_name-with-realpath.patch4 Subject: [PATCH] replace canonicalize_file_name with realpath
6 Use 'realpath()' (BSD, POSIX) instead of
29 + char *p = realpath(path, (char *)0);
42 + cp = realpath("/proc/self/exe", (char *)0);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/
H A D7z_wrapper.sh2 realpath=`readlink -fn $0`
3 realdir=`dirname $realpath`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch17 @@ -196,7 +196,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32))
18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64))
19 ifneq ($(realpath $(PREFIX)),)
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh14 script_dir=$(realpath $(dirname $0))
54 archive_dir=`realpath -s "$OPTARG"`
59 results_repo=`realpath -s "$OPTARG"`
61 d) download_dir=`realpath -s "$OPTARG"`
66 globalres_dir=`realpath -s "$OPTARG"`
72 w) base_dir=`realpath -s "$OPTARG"`
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py45 if not full_path.startswith(os.path.realpath(rootfs_dir)):
54 return os.path.realpath(rootfs_dir)
62 return os.path.realpath(image_rootfs_dir)
113 new_rootfs = os.path.realpath(os.path.join(cr_workdir, "rootfs%d" % part.lineno))
129 new_pseudo = os.path.realpath(
160 tar_file = os.path.realpath(
163 parent = os.path.dirname(os.path.realpath(include_path))
H A Dbootimg-biosplusefi.py104 modulePath = os.path.join(os.path.dirname(os.path.realpath(__file__)),
112 modulePath = os.path.join(os.path.dirname(os.path.realpath(__file__)),
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A Dsanity.py20 sdk_base = os.path.realpath(self.tc.sdk_dir)
22 tool_path = os.path.realpath(self._run("command -v %s" % command).strip())
H A Dgcc.py17 sdk_base = os.path.realpath(self.tc.sdk_dir)
19 gcc_path = os.path.realpath(self._run("command -v gcc").strip())
/openbmc/openbmc/poky/scripts/
H A Dyocto-check-layer-wrapper24 o) output_log=$(realpath "$OPTARG")
30 base_dir=$(realpath $BUILDDIR/../)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-fix-broken-symlink-in-dracut-config-examples.patch13 root@qemux86-64:~# realpath /usr/lib/dracut/dracut.conf.d/test*
14 realpath: /usr/lib/dracut/dracut.conf.d/test: No such file or directory
15 realpath: /usr/lib/dracut/dracut.conf.d/test-makeroot: No such file or directory
16 realpath: /usr/lib/dracut/dracut.conf.d/test-root: No such file or directory
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A Drun-ptest3 workdir=$(dirname `realpath $0`)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0011-libtar-fix-programming-mistakes-detected-by-static-a.patch61 if (lstat(realpath, &s) != 0)
67 if (tar_append_tree(t, realpath,
74 if (tar_append_file(t, realpath,
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py8 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
9 REDFISH_SCHEMA_DIR = os.path.realpath(
13 OUTFOLDER = os.path.realpath(
/openbmc/openbmc/poky/meta/files/
H A Dext-sdk-prepare.py27 logdir = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'tmp', 'log', 'cooker')
48 prserv = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'conf', 'prserv.inc')
/openbmc/u-boot/lib/libfdt/
H A Dtest_libfdt.py6 our_path = os.path.dirname(os.path.realpath(__file__))
/openbmc/libpldm/scripts/
H A Dapply-renames25 CRINPUT=$(realpath --relative-to "$BUILD" "$1")
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py98 path = os.path.realpath(output_dir)
99 cwd_path = os.path.realpath('.')
101 if os.path.realpath(path) == cwd_path:
132 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
/openbmc/ipmi-fru-parser/scripts/
H A Dextra-properties.py35 script_dir = os.path.dirname(os.path.realpath(__file__))
/openbmc/phosphor-settingsd/
H A Dsettings.py35 script_dir = os.path.dirname(os.path.realpath(__file__))
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.49.0.bb110 GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \
111 GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR}
116 GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \
117 GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR}
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-logging-yaml-provider.bbclass22 subpath=$(realpath --relative-to=${yaml_base} ${yaml_f})
/openbmc/qemu/tests/uefi-test-tools/
H A Dbuild.sh28 export PACKAGES_PATH=$(realpath -- "$edk2_dir")
/openbmc/phosphor-logging/callouts/
H A Dcallouts.py42 script_dir = os.path.dirname(os.path.realpath(__file__))

123456789