Searched refs:absolutePath (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/util/
H A DFilePath.java95 String absolutePath = getAbsolutePath(file);
98 new StringTokenizer(absolutePath, File.separator, true);
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c1575 char *absolutePath = NULL; local
1593 absolutePath = (char *)MemAlloc(strlen(currentDirectory ) + strlen(filePath) + 2);
1594 sprintf(absolutePath, "%s%c%s", currentDirectory, FILE_SEPARATOR_CHAR, filePath);
1598 absolutePath = filePath;
1603 return absolutePath;

Completed in 186 milliseconds