OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOWNLOAD_BIGFILESIZE
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/network/stress/http/
http-stress
48
if [ $
DOWNLOAD_BIGFILESIZE
-gt 2147483647 ]; then
50
DOWNLOAD_BIGFILESIZE
=2147483647
53
create_file $HTTP_DOWNLOAD_DIR/http_file $
DOWNLOAD_BIGFILESIZE
|| \
62
http_file $
DOWNLOAD_BIGFILESIZE
"
72
$
DOWNLOAD_BIGFILESIZE
$NS_DURATION $CONNECTION_TOTAL"
/external/ltp/testcases/network/stress/ftp/
ftp-download-stress
29
DOWNLOAD_BIGFILESIZE
=${
DOWNLOAD_BIGFILESIZE
:-2147483647}
67
tst_resm TINFO "download file with size '$
DOWNLOAD_BIGFILESIZE
'"
69
create_file $FTP_DOWNLOAD_DIR/ftp_file $
DOWNLOAD_BIGFILESIZE
|| \
74
$(tst_ipaddr) ftp_file $
DOWNLOAD_BIGFILESIZE
"
/external/ltp/testcases/lib/
test_net.sh
404
export
DOWNLOAD_BIGFILESIZE
=${
DOWNLOAD_BIGFILESIZE
:-"2147483647"}
Completed in 118 milliseconds