Searched refs:v9fs_path_sprintf (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p-local.c | 1259 v9fs_path_sprintf(target, "."); in local_name_to_path() 1265 v9fs_path_sprintf(target, "%s", tmp); in local_name_to_path() 1270 v9fs_path_sprintf(target, "%s/%s", dir_path->data, name); in local_name_to_path() 1275 v9fs_path_sprintf(target, "."); in local_name_to_path() 1278 v9fs_path_sprintf(target, "./%s", name); in local_name_to_path()
|
H A D | 9p.h | 459 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 1411 v9fs_path_sprintf(dst, "%s%s", src->data, str.data + len); in v9fs_fix_path() 3316 v9fs_path_sprintf(&dir_path, "%s", dir_name); in v9fs_complete_rename()
|