Home
last modified time | relevance | path

Searched refs:EXTENSION (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/setup_native/scripts/
H A Dunpack_update.sh23 EXTENSION=`expr "//$1" : '.*\/.*\.\(t.*\)'`
24 [ -z $EXTENSION ] && ( echo "Unable to determine file type"; exit 2 )
27 FOLDER=`basename "$1" ".$EXTENSION"`
40 if [ "$EXTENSION" = "tar.gz" -o "$EXTENSION" = "tgz" ]; then
46 elif [ "$EXTENSION" = "tar.bz2" -o "$EXTENSION" = "tbz2" ]; then
/aoo4110/main/odk/source/unoapploader/win/
H A Dunoapploader.c239 const char* EXTENSION = ".log"; in getErrorFile() local
259 _makepath( fname, drive, dir, newbase, EXTENSION ); in getErrorFile()
267 strcat( fname, EXTENSION ); in getErrorFile()

Completed in 9 milliseconds