Searched refs:v9fs_path_sprintf (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 1246 v9fs_path_sprintf(target, "."); in local_name_to_path() 1252 v9fs_path_sprintf(target, "%s", tmp); in local_name_to_path() 1257 v9fs_path_sprintf(target, "%s/%s", dir_path->data, name); in local_name_to_path() 1262 v9fs_path_sprintf(target, "."); in local_name_to_path() 1265 v9fs_path_sprintf(target, "./%s", name); in local_name_to_path()
|
H A D | 9p.h | 458 void v9fs_path_sprintf(V9fsPath *path, const char *fmt, ...);
|
H A D | 9p.c | 205 v9fs_path_sprintf(V9fsPath *path, const char *fmt, ...) in v9fs_path_sprintf() function 1384 v9fs_path_sprintf(dst, "%s%s", src->data, str.data + len); in v9fs_fix_path() 3245 v9fs_path_sprintf(&dir_path, "%s", dir_name); in v9fs_complete_rename()
|