/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/linux/tools/leds/ |
H A D | get_led_device_info.sh | 37 bus=`readlink $led_cdev_path/device/subsystem | sed s'/.*\///'` 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'` 43 input_node=`readlink $led_cdev_path/device | sed s'/.*\///'` 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 52 driver=`readlink $usb_interface/driver | sed s'/.*\///'`
|
/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/ |
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")
|
/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/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/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-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}")
|
/openbmc/linux/tools/perf/ |
H A D | perf-archive.sh | 32 PERF_BUILDID_LINKDIR=$(readlink -f $PERF_BUILDID_DIR)/ 37 filename=$(readlink -f $linkname)
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-self-map-files-001.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
H A D | proc-self-map-files-002.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
/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/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0002-update-ca-certificates-use-SYSROOT.patch | 39 - if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "$CERT" ] 40 + if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "${CERT##$SYSROOT}" ]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | path.py | 36 link = os.readlink(path) 71 link = os.readlink(path) 172 if e.errno != errno.EEXIST or os.readlink(destination) != source: 221 target = os.path.normpath(os.readlink(file))
|
/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/linux/tools/perf/trace/strace/groups/ |
H A D | file | 13 readlink
|