Searched refs:homepath (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/security_ProfilePermissions/ |
D | security_ProfilePermissions.py | 58 homepath = "/home/chronos" 59 passes.append(self.check_owner_mode(homepath, "chronos", 0755)) 85 (homepath, homepath, homepath, user_mountpt, user_mountpt, 86 user_mountpt, user_mountpt, homepath, homepath),
|
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 180 char *homepath = NULL; in os_get_ltrace_conf_filenames() local 188 homepath = malloc(strlen(g_home_dir) + 1 + sizeof FN); in os_get_ltrace_conf_filenames() 189 if (homepath == NULL in os_get_ltrace_conf_filenames() 190 || sprintf(homepath, "%s/%s", g_home_dir, FN) < 0) { in os_get_ltrace_conf_filenames() 193 free(homepath); in os_get_ltrace_conf_filenames() 208 if (VECT_PUSHBACK(retp, &homepath) < 0 in os_get_ltrace_conf_filenames()
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 212 private void assertFileContent(String homepath, String filename, in assertFileContent() argument 214 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding); in assertFileContent() 217 private void assertFileContent(String homepath, String filename, in assertFileContent() argument 245 inputStream = new BufferedInputStream(new FileInputStream(homepath in assertFileContent() 263 reset(homepath, filename); in assertFileContent() 273 private void reset(String homepath, String filename) { in reset() argument 276 file = new File(homepath + SEP + filename); in reset() 290 file = new File(homepath + SEP + filename + ".lck"); in reset()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-win.c | 3317 const char *homepath; in _dbus_append_keyring_directory_for_credentials() local 3332 homepath = _dbus_getenv("HOMEPATH"); in _dbus_append_keyring_directory_for_credentials() 3333 if (homepath != NULL && *homepath != '\0') in _dbus_append_keyring_directory_for_credentials() 3335 _dbus_string_append(&homedir,homepath); in _dbus_append_keyring_directory_for_credentials()
|