Searched refs:homepath (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java237 private void assertFileContent(String homepath, String filename, argument
239 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding);
242 private void assertFileContent(String homepath, String filename, argument
270 inputStream = new BufferedInputStream(new FileInputStream(homepath
288 reset(homepath, filename);
295 * @param homepath
298 private void reset(String homepath, String filename) { argument
301 file = new File(homepath + SEP + filename);
315 file = new File(homepath + SEP + filename + ".lck");
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c3086 const char *homepath; local
3101 homepath = _dbus_getenv("HOMEPATH");
3102 if (homepath != NULL && *homepath != '\0')
3104 _dbus_string_append(&homedir,homepath);

Completed in 171 milliseconds