Searched refs:sizel (Results 1 – 1 of 1) sorted by relevance
180 long sizel = from.length(); in copyFile() local182 int size = sizel > maxsize ? maxsize : (int)sizel; in copyFile()