HomeSort by relevance Sort by last modified time
    Searched defs:longLength (Results 1 - 3 of 3) sorted by null

  /cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 66 long longLength = file.length();
67 int length = (int) longLength;
68 if (length != longLength) {
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 97 milliseconds