diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2013-12-05 13:10:46 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2013-12-05 13:10:46 -0800 |
| commit | ebcb32f58a6220802ca129ea33f47b4b69931a10 (patch) | |
| tree | 32b57c1d6ba9180ae63979e06d7421e107a9aa6c /core/java/android/os/FileUtils.java | |
| parent | 6e2d0c1d91f644ab50e0c0b7cae4306262a4ca41 (diff) | |
| parent | bac61807d3bcfff957b358cb9ad77850bd373689 (diff) | |
Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEAD
Change-Id: I29374270c8e0c2f2859efaf1d55af9f73da0f8d7
Diffstat (limited to 'core/java/android/os/FileUtils.java')
| -rw-r--r-- | core/java/android/os/FileUtils.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/os/FileUtils.java b/core/java/android/os/FileUtils.java index 4d48fd46dd29..ff3e27785b74 100644 --- a/core/java/android/os/FileUtils.java +++ b/core/java/android/os/FileUtils.java @@ -144,13 +144,6 @@ public class FileUtils { } } - /** returns the FAT file system volume ID for the volume mounted - * at the given mount point, or -1 for failure - * @param mountPoint point for FAT volume - * @return volume ID or -1 - */ - public static native int getFatVolumeId(String mountPoint); - /** * Perform an fsync on the given FileOutputStream. The stream at this * point must be flushed but not yet closed. |
