Searched refs:givenFilePath (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dwrapper.sh44 givenFilePath=`basename $1`
45 if [ -f $givenDirPath/$givenFilePath ]
47 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
57 givenFilePath=`basename $1`
58 if [ ! -f $givenDirPath/$givenFilePath ]
60 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dwrapper.sh44 givenFilePath=`basename $1`
45 if [ -f $givenDirPath/$givenFilePath ]
47 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
57 givenFilePath=`basename $1`
58 if [ ! -f $givenDirPath/$givenFilePath ]
60 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
66 ANSWER_FILE=`echo ${givenDirPath}/${givenFilePath}`
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dwrapper.sh44 givenFilePath=`basename $1`
45 if [ -f $givenDirPath/$givenFilePath ]
47 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
57 givenFilePath=`basename $1`
58 if [ ! -f $givenDirPath/$givenFilePath ]
60 absoluteFilePath="`cd $givenDirPath; pwd`/$givenFilePath"
66 ANSWER_FILE=`echo ${givenDirPath}/${givenFilePath}`

Completed in 165 milliseconds