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

  /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...]
  /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...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 3086 const char *homepath; local
    [all...]

Completed in 1728 milliseconds