Home
last modified time | relevance | path

Searched refs:pref_buf (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dpath.c146 char pref_buf[PATH_MAX]; in init_paths() local
154 size_t pref_buf_len = sizeof(pref_buf); in init_paths()
158 pstrcpy(pref_buf, sizeof(pref_buf), cwd); in init_paths()
159 pstrcat(pref_buf, pref_buf_len, "/"); in init_paths()
160 pstrcat(pref_buf, pref_buf_len, prefix); in init_paths()
163 pstrcpy(pref_buf, sizeof(pref_buf), prefix + 1); in init_paths()
165 base = new_entry("", NULL, pref_buf); in init_paths()