Home
last modified time | relevance | path

Searched refs:tmpPath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/vba/testvba/
H A DrunTests.pl79 $tmpPath=$ENV{"PATH"};
80 $ENV{"PATH"} = "$officepath:$tmpPath";
97 my $tmpPath=$ENV{"PATH"};
98 $ENV{"PATH"} = "$programpath:$basiclibrarypath:$urelibpath/../bin:$tmpPath";
116 $tmpPath=$ENV{"PATH"};
117 $ENV{"PATH"} = "$tmpPath;$officepath";
/trunk/main/sal/osl/unx/
H A Dsystem.c414 char tmpPath[ PATH_MAX ]; in macxp_resolveAlias() local
415 if ( FSRefMakePath( &aFSRef, (UInt8 *)tmpPath, PATH_MAX ) == noErr ) in macxp_resolveAlias()
417 int nLen = strlen( tmpPath ) + ( unprocessedPath ? strlen( unprocessedPath + 1 ) + 1 : 0 ); in macxp_resolveAlias()
422 int nTmpPathLen = strlen( tmpPath ); in macxp_resolveAlias()
423 strcat( tmpPath, "/" ); in macxp_resolveAlias()
424 strcat( tmpPath, unprocessedPath + 1 ); in macxp_resolveAlias()
425 strcpy( path, tmpPath); in macxp_resolveAlias()
430 strcpy( path, tmpPath); in macxp_resolveAlias()
/trunk/main/idlc/source/
H A Didlccompile.cxx129 OString tmpPath; in makeTempName() local
136 tmpPath = OString("c:\\temp"); in makeTempName()
138 tmpPath = OString("/tmp"); in makeTempName()
144 tmpPath = OUStringToOString(uTmpPath, RTL_TEXTENCODING_UTF8); in makeTempName()
148 OSL_ASSERT( sizeof(tmpFilePattern) > ( tmpPath.getLength() in makeTempName()
156 strncpy(tmpFilePattern, tmpPath.getStr(), sizeof(tmpFilePattern)-1); in makeTempName()
/trunk/main/odk/
H A Dconfigure.pl657 my $tmpPath = `echo "\$PATH"`;
658 my @pathList = split(":" , $tmpPath);
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx543 OUString tmpPath(path); in deletePathIfPossible() local
544 OUString newPath = tmpPath.copy(0, tmpPath.lastIndexOf('/')); in deletePathIfPossible()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java193 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath() local
194 if (xSimpleFileAccess.exists(tmpPath)) in getOfficePath()

Completed in 46 milliseconds