HomeSort by relevance Sort by last modified time
    Searched refs:HOMEPATH (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 28 if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePre
29 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre
30 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat"
35 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha
215 if "%HOMEDRIVE%%HOMEPATH%"=="" goto userProfilePost
216 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePost
217 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat"
222 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto omeg
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 65 final static String HOMEPATH = System.getProperty(USR_HOME_KEY);
139 if (HOMEPATH != null) {
140 System.setProperty(USR_HOME_KEY, HOMEPATH);
156 assertTrue(new File(HOMEPATH, "log_NoTmpDir.log").exists());
157 new File(HOMEPATH, "log_NoTmpDir.log").delete();
173 if (HOMEPATH != null) {
174 System.setProperty(USR_HOME_KEY, HOMEPATH);
234 assertFileContent(HOMEPATH, "java0.log", new XMLFormatter(), null);
237 private void assertFileContent(String homepath, String filename,
239 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 44 String HOMEPATH;
70 HOMEPATH = System.getProperty("user.home");
335 private void assertFileContent(String homepath, String filename,
337 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter);
340 private void assertFileContent(String homepath, String filename,
368 reader = new BufferedReader(new FileReader(homepath + SEP
382 reset(homepath, filename);
389 private void reset(String homepath, String filename) {
392 file = new File(homepath + SEP + filename);
406 file = new File(homepath + SEP + filename + ".lck")
    [all...]

Completed in 63 milliseconds