Home
last modified time | relevance | path

Searched refs:newLogLocation (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java507 String newLogLocation; in initializeWithConfiguration() local
516 newLogLocation = conf.getStringProperty( in initializeWithConfiguration()
519 newLogLocation = DEF_LOG_LOC; in initializeWithConfiguration()
559 if (newLogLocation.toUpperCase().equals( in initializeWithConfiguration()
565 if (!newLogLocation.startsWith("/")) in initializeWithConfiguration()
574 newLogLocation, 0, 1, true); in initializeWithConfiguration()
581 newLogLocation + in initializeWithConfiguration()
588 !location.equals(newLogLocation)) in initializeWithConfiguration()
594 location = newLogLocation; in initializeWithConfiguration()