Searched refs:readLen (Results 1 – 3 of 3) sorted by relevance
93 int readLen; in copyToFile() local94 while ((readLen = is.read(buffer)) != -1) { in copyToFile()95 os.write(buffer, 0, readLen); in copyToFile()
882 int readLen = amt < len ? amt : len; in compare_file() local883 amt = read(fd, contents, readLen); in compare_file()884 if (amt != readLen) { in compare_file()889 for (int i=0; i<readLen; i++) { in compare_file()
1332 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local1333 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()1336 return readLen; in skipWapValue()