Searched defs:homepath (Results 1 - 2 of 2) sorted by last modified time

/external/ltrace/sysdeps/linux-gnu/
H A Dhooks.c180 char *homepath = NULL; local
188 homepath = malloc(strlen(g_home_dir) + 1 + sizeof FN);
189 if (homepath == NULL
190 || sprintf(homepath, "%s/%s", g_home_dir, FN) < 0) {
193 free(homepath);
208 if (VECT_PUSHBACK(retp, &homepath) < 0
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java212 private void assertFileContent(String homepath, String filename, argument
214 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding);
217 private void assertFileContent(String homepath, String filename, argument
245 inputStream = new BufferedInputStream(new FileInputStream(homepath
263 reset(homepath, filename);
270 * @param homepath
273 private void reset(String homepath, String filename) { argument
276 file = new File(homepath + SEP + filename);
290 file = new File(homepath + SEP + filename + ".lck");

Completed in 208 milliseconds