Home
last modified time | relevance | path

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

/cts/tools/cfassembler/src/dxconvext/util/
DFileUtils.java66 long longLength = file.length(); in readFile() local
67 int length = (int) longLength; in readFile()
68 if (length != longLength) { in readFile()