Searched refs:aStreamPrefix (Results 1 – 3 of 3) sorted by relevance
53 String aStreamPrefix = ""; in test() local54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()55 if ( !testForPath( aStreamPrefix ) ) in test()61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()68 String aBigSubStream1Path = aStreamPrefix + "BigSubStream1"; in testForPath()69 String aBigSubStream2Path = aStreamPrefix + "BigSubStream2"; in testForPath()70 String aBigSubStream3Path = aStreamPrefix + "BigSubStream3"; in testForPath()
53 String aStreamPrefix = ""; in test() local54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()55 if ( !testForPath( aStreamPrefix ) ) in test()61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()68 String aSubStream4Path = aStreamPrefix + "SubStream4"; in testForPath()
53 String aStreamPrefix = ""; in test() local54 for ( int nInd = 0; nInd < 4; ++nInd, aStreamPrefix += "SubStorage" + nInd ) in test()55 if ( !testForPath( aStreamPrefix ) ) in test()61 public boolean testForPath( String aStreamPrefix ) in testForPath() argument65 String aSubStream1Path = aStreamPrefix + "SubStream1"; in testForPath()66 String aSubStream2Path = aStreamPrefix + "SubStream2"; in testForPath()67 String aSubStream3Path = aStreamPrefix + "SubStream3"; in testForPath()
Completed in 20 milliseconds