Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dpreloadcheck.sh169 rpx_file=(`find $working_dir -maxdepth 1 -name '*.rpx'`)
172 rpx_file=`basename $rpx_file`
173 file_size=$(get_filesize $rpx_file)
176 echo "Warning: '$rpx_file' exceeds the maximum memory size of"\
179 append_text $rpx_file $PRELOAD_FILE
190 unset rpx_file
194rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
197 if ! check_file_exists $rpx_file
199 unset rpx_file
206 rpx_file=(`find $working_dir -maxdepth 1 -name '*.rpx'`)
[all …]