Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 25 of 147) sorted by relevance

123456

/openbmc/openpower-pnor-code-mgmt/vpnor/
H A Dobmc-vpnor-util104 if [[ $(readlink -f "${HOSTFW_RUNNING_PATH}") != "${MMC_RUNNING_PATH}" ]]; then
108 if [[ $(readlink -f "${HOSTFW_ALTERNATE_PATH}") != "${MMC_ALTERNATE_PATH}" ]]; then
112 if [[ $(readlink -f "${HOSTFW_STAGING_PATH}") != "${MMC_STAGING_PATH}" ]]; then
116 if [[ $(readlink -f "${HOSTFW_NVRAM_PATH}") != "${MMC_NVRAM_PATH}" ]]; then
128 if [[ $(readlink -f "${PNOR_RO_ACTIVE_PATH}") != "${roTarget}" ]]; then
134 if [[ $(readlink -f "${PNOR_RW_ACTIVE_PATH}") != "${rwTarget}" ]]; then
139 if [[ $(readlink -f "${PNOR_PRSV_ACTIVE_PATH}") != "${prsvTarget}" ]]; then
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbdev.sh14 BBDIR=`readlink -f $BBDIR`
15 PKGDIR=`readlink -f $PKGDIR`
16 BUILDDIR=`readlink -f $BUILDDIR`
/openbmc/openbmc/poky/scripts/
H A Doe-buildenv-internal57 BDIR=$(readlink -f "$BDIR")
80 BITBAKEDIR=$(readlink -f "$BITBAKEDIR")
81 BUILDDIR=$(readlink -f "$BUILDDIR")
H A Doe-setup-vscode14 OEINIT=$(readlink -f "$1")
15 BUILDDIR=$(readlink -f "$2")
H A Dyocto-check-layer-wrapper35 this_dir=$(dirname $(readlink -f $0))
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/
H A D0001-avoid-using-m-option-for-readlink.patch4 Subject: [PATCH] avoid using -m option for readlink
12 readlink provides '-f' option, so we can just use '-f'. In this
30 - [ -L ${ETC}/resolv.conf ] && [ "$(readlink -m ${ETC}/resolv.conf)" = "$DYNAMICRSLVCNFFILE" ]
31 + [ -L ${ETC}/resolv.conf ] && [ "$(readlink -f ${ETC}/resolv.conf)" = "$DYNAMICRSLVCNFFILE" ]
/openbmc/openbmc/poky/scripts/contrib/
H A Dddimage45 ACTUAL_DEVICE=`readlink -f $DEVICE`
88 PARENT_BLKDEV=`basename $(readlink -f "/sys/class/block/$DEV/..")`
137 ACTUAL_DEVICE=`readlink -f $DEVICE`
H A Duncovered17 path=$(readlink -ev $1)
/openbmc/openbmc-test-automation/bin/
H A Dpython50 base_program_path=$(readlink -f "${0}")
80 base_file_path=$(readlink "${candidate}")
H A Dselect_version50 base_program_path=$(readlink -f "${0}")
80 base_file_path=$(readlink "${candidate}")
H A Drobot50 base_program_path=$(readlink -f "${0}")
80 base_file_path=$(readlink "${candidate}")
H A Dgen_setup.sh46 _spn_loc_program_path_=$(readlink -f ${_spn_loc_program_path_})
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A D0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff31 + if ((r = readlink("supervise", buf, 256)) != -1) {
34 + strerr_die1sys(111,"unable to readlink ./supervise: ");
41 + strerr_die1sys(111, "unable to readlink ./supervise: ");
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch39 --build-base $(shell readlink -f $(builddir))/py2build \
43 --record $(shell readlink -f $(builddir))/py2build/install_files.txt \
48 --build-base $(shell readlink -f $(builddir))/py3build \
52 --record $(shell readlink -f $(builddir))/py3build/install_files.txt \
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/images/
H A Dfirmware-deploy-image.bb24 echo "cp -av ${firmware_loc}/$(readlink ${firmware_loc}/${firmware}) ${DEPLOYDIR}/"
25 cp -av "${firmware_loc}/$(readlink ${firmware_loc}/${firmware})" ${DEPLOYDIR}/
/openbmc/openbmc/meta-security/recipes-security/libgssglue/files/
H A Drun-ptest3 current_dir=$(dirname $(readlink -f $0))
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Drun-ptest2 current_dir=$(dirname $(readlink -f $0))
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Drun-ptest3 CURDIR=$(dirname `readlink -f $0`)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/
H A D7z_wrapper.sh2 realpath=`readlink -fn $0`
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/
H A Dstart_getty9 case $(readlink -f "${getty}") in
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Drun-ptest3 current_path=$(readlink -f $0)
/openbmc/u-boot/scripts/
H A Dget_default_envs.sh21 path=$(readlink -f $0)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Drun-ptest5 CONF_USERS=`readlink -f /etc/raddb/users`
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Drun-ptest12 current_path=$(readlink -f $0)
/openbmc/openbmc/
H A Doe-init-build-env40 OEROOT=$(readlink -f "$OEROOT")

123456