Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_domain.c28 char *got_old_name; in libxl__domain_rename() local
88 got_old_name = xs_read(ctx->xsh, trans, name_path, &got_old_len); in libxl__domain_rename()
89 if (!got_old_name) { in libxl__domain_rename()
95 if (strcmp(old_name, got_old_name)) { in libxl__domain_rename()
99 got_old_name); in libxl__domain_rename()
100 free(got_old_name); in libxl__domain_rename()
103 free(got_old_name); in libxl__domain_rename()

Completed in 6 milliseconds