Searched refs:cwd (Results 1 – 3 of 3) sorted by relevance
67 byte[] cwd = UnixNativeDispatcher.getcwd(); in UnixFileSystem()68 boolean defaultIsCwd = (cwd.length == defaultDirectory.length); in UnixFileSystem()70 for (int i=0; i<cwd.length; i++) { in UnixFileSystem()71 if (cwd[i] != defaultDirectory[i]) { in UnixFileSystem()
137 String cwd = System.getProperty("user.dir"); in test_emptyFilename() local138 assertEquals(new File(cwd), f.getAbsoluteFile()); in test_emptyFilename()139 assertEquals(cwd, f.getAbsolutePath()); in test_emptyFilename()
300 char* cwd = getcwd(buf, sizeof(buf)); in Java_sun_nio_fs_UnixNativeDispatcher_getcwd() local301 if (cwd == NULL) { in Java_sun_nio_fs_UnixNativeDispatcher_getcwd()