Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dxmain.sh85 toLower(){ function
107 if [ $(toLower "${FIL:${#FIL}-4}") == .rpx ];then
139 $(awk -v a=$(toLower "$FIL") -v b=/debug 'BEGIN{printf index(a,b)}') != 0 ]];then
Ddeploytitle.sh182 if [ $(toLower $(realpath "$OUT")) != $(toLower $(realpath "$CAFE_MLC_DIR"/install)) ];then