Searched refs:tmpPath (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/ui/vba/testvba/ |
H A D | runTests.pl | 79 $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";
|
/aoo42x/main/sal/osl/unx/ |
H A D | system.c | 414 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()
|
/aoo42x/main/idlc/source/ |
H A D | idlccompile.cxx | 129 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()
|
/aoo42x/main/odk/ |
H A D | configure.pl | 657 my $tmpPath = `echo "\$PATH"`; 658 my @pathList = split(":" , $tmpPath);
|
/aoo42x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 543 OUString tmpPath(path); in deletePathIfPossible() local 544 OUString newPath = tmpPath.copy(0, tmpPath.lastIndexOf('/')); in deletePathIfPossible()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | FileAccess.java | 193 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath() local 194 if (xSimpleFileAccess.exists(tmpPath)) in getOfficePath()
|
Completed in 48 milliseconds