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

  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSFileSystem.java 63 public native int getAllocGranularity();
IFileSystem.java 101 public int getAllocGranularity() throws IOException;
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 223 public int getAllocGranularity() throws IOException {
224 return mFileSystem.getAllocGranularity();

Completed in 634 milliseconds