| /openbmc/openpower-pnor-code-mgmt/vpnor/ |
| H A D | obmc-vpnor-util | 104 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 D | bbdev.sh | 14 BBDIR=`readlink -f $BBDIR` 15 PKGDIR=`readlink -f $PKGDIR` 16 BUILDDIR=`readlink -f $BUILDDIR`
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-buildenv-internal | 57 BDIR=$(readlink -f "$BDIR") 80 BITBAKEDIR=$(readlink -f "$BITBAKEDIR") 81 BUILDDIR=$(readlink -f "$BUILDDIR")
|
| H A D | oe-setup-vscode | 14 OEINIT=$(readlink -f "$1") 15 BUILDDIR=$(readlink -f "$2")
|
| H A D | yocto-check-layer-wrapper | 35 this_dir=$(dirname $(readlink -f $0))
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/ |
| H A D | 0001-avoid-using-m-option-for-readlink.patch | 4 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 D | ddimage | 45 ACTUAL_DEVICE=`readlink -f $DEVICE` 88 PARENT_BLKDEV=`basename $(readlink -f "/sys/class/block/$DEV/..")` 137 ACTUAL_DEVICE=`readlink -f $DEVICE`
|
| H A D | uncovered | 17 path=$(readlink -ev $1)
|
| /openbmc/openbmc-test-automation/bin/ |
| H A D | python | 50 base_program_path=$(readlink -f "${0}") 80 base_file_path=$(readlink "${candidate}")
|
| H A D | select_version | 50 base_program_path=$(readlink -f "${0}") 80 base_file_path=$(readlink "${candidate}")
|
| H A D | robot | 50 base_program_path=$(readlink -f "${0}") 80 base_file_path=$(readlink "${candidate}")
|
| H A D | gen_setup.sh | 46 _spn_loc_program_path_=$(readlink -f ${_spn_loc_program_path_})
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
| H A D | 0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff | 31 + 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 D | 0001-Install-python-modules-to-correct-library-dir.patch | 39 --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 D | firmware-deploy-image.bb | 24 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 D | run-ptest | 3 current_dir=$(dirname $(readlink -f $0))
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | run-ptest | 2 current_dir=$(dirname $(readlink -f $0))
|
| /openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/ |
| H A D | run-ptest | 3 CURDIR=$(dirname `readlink -f $0`)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/ |
| H A D | 7z_wrapper.sh | 2 realpath=`readlink -fn $0`
|
| /openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/ |
| H A D | start_getty | 9 case $(readlink -f "${getty}") in
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | run-ptest | 3 current_path=$(readlink -f $0)
|
| /openbmc/u-boot/scripts/ |
| H A D | get_default_envs.sh | 21 path=$(readlink -f $0)
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
| H A D | run-ptest | 5 CONF_USERS=`readlink -f /etc/raddb/users`
|
| /openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | run-ptest | 12 current_path=$(readlink -f $0)
|
| /openbmc/openbmc/ |
| H A D | oe-init-build-env | 40 OEROOT=$(readlink -f "$OEROOT")
|