Searched refs:sSourceRoot (Results 1 – 3 of 3) sorted by relevance
79 my $sSourceRoot;83 $sSourceRoot = $ENV{SOLARVERSION};87 $sSourceRoot = $ENV{SOURCE_ROOT};88 $sSourceRoot = appendPath($sSourceRoot, $ENV{WORK_STAMP});92 $sSourceRoot = $ENV{SOLARVERSION};95 $sSourceRoot = appendPath($sSourceRoot, $ENV{INPATH});96 my $sSourceRootBin = appendPath($sSourceRoot, "bin" . $sUPDExtensions);97 my $sSourceRootLib = appendPath($sSourceRoot, "lib" . $sUPDExtensions);99 if (! -d $sSourceRoot )101 log_print( "SourceRoot not found, search it in '$sSourceRoot'\n");
1224 sSourceRoot=String::CreateFromAscii(""); // clear old SourceRoot in UpdateFileList()1255 if ( sSourceRoot.Len()) { in UpdateFileList()1256 aEntry = DirEntry( sSourceRoot ); in UpdateFileList()1279 if ( !sSourceRoot.Len()) { in UpdateFileList()1300 sSourceRoot = aEntry.GetFull(); in UpdateFileList()1305 String sLocalSourceRoot = sSourceRoot; in UpdateFileList()1472 sSourceRoot = aEntry.GetFull(); in Read()1604 String sFileName_l( CreateFileName( sProject, sSourceRoot )); in InsertSolarList()2444 if ( sSourceRoot.Len()) { in StarWriter()2445 aEntry = DirEntry( sSourceRoot ); in StarWriter()[all …]
384 String sSourceRoot; member in Star433 String GetSourceRoot(){ return sSourceRoot; }; in GetSourceRoot()