Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dpreloadcheck.sh20 MEMORY_CAP=$((20*1024*1024))
174 if [ $file_size -gt $MEMORY_CAP ]
177 "$MEMORY_CAP bytes, and will not be added to '$PRELOAD_FILE'"
259 if [ $(($content_size+$file_size)) -gt $MEMORY_CAP ]
280 if [ $content_size -gt $MEMORY_CAP ]
283 "exceeds the maximum allowed size of $MEMORY_CAP bytes"