Searched defs:pIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/net/URLConnection/6212146/
H A DTest.java64 private static void deleteFile (String BASE_DIR, int pIndex, String pArchiveName) { argument
65 java.io.File file = new java.io.File (BASE_DIR, pIndex + pArchiveName );
69 private static void copyFile( String pBaseDir, String pArchiveName, int pIndex) { argument
72 java.io.File lDestination = new java.io.File( pBaseDir, pIndex + pArchiveName );
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c74 long pIndex = -1; // index of primaryGroup in groups array local
189 pIndex = i;
194 if (numGroups == 0 || (pIndex == 0 && numGroups == 1)) {
221 if (pIndex == -1) {
231 if (pIndex == i) {

Completed in 405 milliseconds