Lines Matching refs:sPath
46 ByteString sPath( sRoot, RTL_TEXTENCODING_ASCII_US ); in MinorMk() local
47 sPath += "/"; in MinorMk()
48 sPath += rEnvironment; in MinorMk()
49 sPath += "/"; in MinorMk()
50 sPath += "inc"; in MinorMk()
52 sPath += "."; in MinorMk()
53 sPath += rMinor; in MinorMk()
56 sPath.SearchAndReplaceAll( "\\", "/" ); in MinorMk()
57 while( sPath.SearchAndReplace( "//", "/" ) != STRING_NOTFOUND ) {}; in MinorMk()
59 sPath.SearchAndReplaceAll( "/", "\\" ); in MinorMk()
60 while( sPath.SearchAndReplace( "\\\\", "\\" ) != STRING_NOTFOUND ) {}; in MinorMk()
62 DirEntry aPath( String( sPath, RTL_TEXTENCODING_ASCII_US )); in MinorMk()
84 ByteString sPath( sRoot, RTL_TEXTENCODING_ASCII_US ); in MinorMk() local
85 sPath += "/src/solenv/inc"; in MinorMk()
87 sPath.SearchAndReplaceAll( "\\", "/" ); in MinorMk()
88 while( sPath.SearchAndReplace( "//", "/" ) != STRING_NOTFOUND ) {}; in MinorMk()
90 sPath.SearchAndReplaceAll( "/", "\\" ); in MinorMk()
91 while( sPath.SearchAndReplace( "\\\\", "\\" ) != STRING_NOTFOUND ) {}; in MinorMk()
93 DirEntry aPath( String( sPath, RTL_TEXTENCODING_ASCII_US )); in MinorMk()