Searched refs:chmod (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DMissingResourceCauseTest.sh48 chmod 000 $UNREADABLE
55 chmod 666 $UNREADABLE
/openjdk7/jdk/test/sun/net/www/protocol/file/
H A DDirPermissionDenied.sh36 chmod 333 ${TESTDIR}
/openjdk7/jdk/make/sun/management/
H A DMakefile58 $(call chmod-file, 644)
62 $(call chmod-file, 444)
66 $(call chmod-file, 444)
70 $(call chmod-file, 644)
/openjdk7/jdk/make/sun/cmm/
H A DMakefile51 $(call chmod-file, 444)
55 $(call chmod-file, 444)
59 $(call chmod-file, 444)
63 $(call chmod-file, 444)
67 $(call chmod-file, 444)
/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.sh44 * ) chmod 000 $* ;;
51 * ) chmod 777 $* ;;
H A Dbasic.sh36 touch x.Basic.ro; chmod ugo-w x.Basic.ro
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DPasswordFilePermissionTest.sh69 # Test not suitable for Windows as chmod may not be able to
112 chmod 700 ${PASSWD}
117 chmod o+rx ${PASSWD}
122 chmod 777 ${PASSWD}
H A DSSLConfigFilePermissionTest.sh68 # Test not suitable for Windows as chmod may not be able to
109 chmod 700 ${SSL}
114 chmod o+rx ${SSL}
119 chmod 777 ${SSL}
H A DRmiBootstrapTest.sh44 chmod -R 777 ${TESTCLASSES}/ssl
H A DRmiSslBootstrapTest.sh44 chmod -R 777 ${TESTCLASSES}/ssl
H A DRmiSslNoKeyStoreTest.sh44 chmod -R 777 ${TESTCLASSES}/ssl
H A DGeneratePropertyPassword.sh104 chmod 600 $f2
120 chmod 777 $f2
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DCloneKeyAskPassword.sh78 chmod 644 CloneKeyAskPassword.jks
H A Dautotest.sh90 chmod u+w key3.db
91 chmod u+w cert8.db
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DNative2AsciiTests.sh81 chmod +w x.in
119 chmod a+x x.in
/openjdk7/jdk/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/
H A DShowExitTest.sh160 chmod 777 ./*
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbReadTwiceTest.sh216 chmod a-r $HOME/jdb.ini
244 chmod a-r $fred
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/
H A DIOExceptionIfEncodedURLTest.sh208 chmod 777 ./*
/openjdk7/jdk/make/sun/rmi/rmi/
H A DMakefile106 $(call chmod-file, a+x)
/openjdk7/jdk/src/share/sample/nio/file/
H A DChmod.java50 * chmod(1) program.
59 * a manner similar to the UNIX <i>chmod</i> program.
276 static void chmod(Path file, Changer changer) { method in class:Chmod
297 chmod(dir, changer);
303 chmod(file, changer);
/openjdk7/jdk/src/solaris/native/java/util/
H A DFileSystemPreferences.c43 result = chmod(fname, permission);
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java111 chmod(userRootDir.getCanonicalPath(), USER_RWX);
132 int result = chmod(userRootModFile.getCanonicalPath(),
182 chmod(systemRootDir.getCanonicalPath(),
201 int result = chmod(systemRootModFile.getCanonicalPath(),
963 private static native int chmod(String fileName, int permission); method in class:FileSystemPreferences
/openjdk7/corba/make/
H A DMakefile36 CHMOD = chmod
/openjdk7/make/scripts/
H A Dvsvars.sh424 chmod a+x ${bat}
437 chmod a+x $2
/openjdk7/corba/make/common/shared/
H A DDefs-utils.gmk83 CHMOD = $(UTILS_COMMAND_PATH)chmod

Completed in 5810 milliseconds

12