/[classpath]/classpath/vm/reference/java/io/VMFile.java
ViewVC logotype

Diff of /classpath/vm/reference/java/io/VMFile.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Tue Aug 31 10:11:00 2004 UTC revision 1.5 by jfrijters, Mon Nov 8 09:21:26 2004 UTC
# Line 47  import gnu.java.io.PlatformHelper; Line 47  import gnu.java.io.PlatformHelper;
47   */   */
48  final class VMFile  final class VMFile
49  {  {
50    static boolean caseSensitive;    // FIXME: We support only case sensitive filesystems currently.
51              static final boolean IS_CASE_SENSITIVE = true;
52      static final boolean IS_DOS_8_3 = false;
53    
54    static    static
55    {    {
56      if (Configuration.INIT_LOAD_LIBRARY)      if (Configuration.INIT_LOAD_LIBRARY)
57        {        {
58          System.loadLibrary("javaio");          System.loadLibrary("javaio");
59        }        }
   
     // FIXME: We support only caseSensitive filesystems currently.  
     caseSensitive = true;  
60    }    }
61      
62    /*    /*
63     * This native method does the actual work of getting the last file     * This native method does the actual work of getting the last file
64     * modification time.  It also does the existence check to avoid the     * modification time.  It also does the existence check to avoid the

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26