Searched refs:sTmpBase (Results 1 – 1 of 1) sorted by relevance
994 String sTmpBase( aBaseName ); in main() local995 sTmpBase += String( "_ok", RTL_TEXTENCODING_ASCII_US ); in main()996 aSource.SetBase( sTmpBase ); in main()1007 String sTmpBase( aBaseName ); in main() local1008 sTmpBase += String( "_err", RTL_TEXTENCODING_ASCII_US ); in main()1009 aSource.SetBase( sTmpBase ); in main()1020 String sTmpBase( aBaseName ); in main() local1021 sTmpBase += String( "_fix", RTL_TEXTENCODING_ASCII_US ); in main()1022 aSource.SetBase( sTmpBase ); in main()
Completed in 17 milliseconds