Home
last modified time | relevance | path

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

/build/misc/linux/
Dsysroot_ld_path.sh87 LD_SO_CONF_D="$1/etc/ld.so.conf.d"
91 elif [ -e "$LD_SO_CONF_D" ]; then
92 find "$LD_SO_CONF_D" -maxdepth 1 -name '*.conf' -print -quit > /dev/null
94 for entry in $LD_SO_CONF_D/*.conf; do