Searched refs:sPrjRoot (Results 1 – 5 of 5) sorted by relevance
/trunk/main/l10ntools/source/ |
H A D | lngex.cxx | 53 ByteString sPrjRoot; variable 67 sPrjRoot = ""; in ParseCommandLine() 132 sPrjRoot = argv[ i ]; // path to project root in ParseCommandLine() 197 aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot ); in main()
|
H A D | helpex.cxx | 55 ByteString sPrjRoot; variable 70 sPrjRoot = ""; in ParseCommandLine() 148 sPrjRoot = argv[ i ]; // path to project root in ParseCommandLine() 233 …hasNoError = aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot, sInputFile, new XMLFile( '0' ), "help… in main()
|
H A D | xrmmerge.cxx | 61 ByteString sPrjRoot; variable 81 sPrjRoot = ""; in GetOutputFile() 142 sPrjRoot = ByteString( argv[ i ]); // path to project root in GetOutputFile() 235 aEntry += DirEntry( sPrjRoot ); in GetXrmFile()
|
H A D | cfgmerge.cxx | 59 ByteString sPrjRoot; variable 82 sPrjRoot = ""; in GetOutputFile() 151 sPrjRoot = ByteString( argv[ i ]); // path to project root in GetOutputFile() 246 aEntry += DirEntry( sPrjRoot ); in GetCfgFile()
|
H A D | export.cxx | 62 ByteString sPrjRoot; variable 90 sPrjRoot = ""; in GetOutputFile() 162 sPrjRoot = ByteString( argv[ i ]); // path to project root in GetOutputFile() 199 pExport = new Export(sOutput, bEnableExport, sPrj, sPrjRoot, sMergeSrc , sFilename ); in InitExport() 203 pExport = new Export( sOutput, bEnableExport, sPrj, sPrjRoot , sFilename ); in InitExport() 263 aEntry += DirEntry( sPrjRoot ); in GetNextFile() 420 sRoot( sPrjRoot ), in Export() 465 sRoot( sPrjRoot ), in Export()
|
Completed in 26 milliseconds