Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dpreloadcheck.sh221 content_size=$(get_content_size)
259 if [ $(($content_size+$file_size)) -gt $MEMORY_CAP ]
265 content_size=$(($content_size+$file_size))
279 content_size=$(get_content_size)
280 if [ $content_size -gt $MEMORY_CAP ]
282 echo "Error: The contents of '$PRELOAD_FILE' is $content_size bytes which"\