Searched refs:logname (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java347 public void newLogFile(String logname, long maxRecord) argument
349 checkLogFile(logname,maxRecord,true);
510 final String logname = getLogFileName(false);
511 if ((filename != null && !filename.equals(logname))
512 || (filename == null && logname != null)) {
/openjdk7/corba/make/common/shared/
H A DPlatform.gmk44 # USER, LOGNAME user name (runs logname, or id if not set)
47 # (Also gets input by running the utilities uname, logname, isainfo, or id.)
495 _USER := $(shell logname)
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk44 # USER, LOGNAME user name (runs logname, or id if not set)
47 # (Also gets input by running the utilities uname, logname, isainfo, or id.)
493 _USER := $(shell logname)

Completed in 26 milliseconds