Searched refs:relative_path (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | relative-path.c | 216 char *up, *common_target_path, *relative_path; in relative_path_to() local 222 relative_path = NULL; in relative_path_to() 285 if (asprintf(&relative_path, "%s%s", up, common_target_path) == -1) { in relative_path_to() 288 relative_path = NULL; in relative_path_to() 298 return relative_path; in relative_path_to()
|
A D | libvhd.c | 1667 char *absolute_path, *relative_path, *encoded, *block; in vhd_parent_locator_write_at() local 1675 relative_path = NULL; in vhd_parent_locator_write_at() 1707 relative_path = relative_path_to(ctx->file, absolute_path, &err); in vhd_parent_locator_write_at() 1708 if (!relative_path || err) { in vhd_parent_locator_write_at() 1715 err = vhd_macx_encode_location(relative_path, &encoded, &len); in vhd_parent_locator_write_at() 1719 err = vhd_w2u_encode_location(relative_path, &encoded, &len); in vhd_parent_locator_write_at() 1757 free(relative_path); in vhd_parent_locator_write_at()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_watch.c | 44 const char *relative_path; member 106 if (watch->relative_path) { in add_event() 107 name += strlen(watch->relative_path); in add_event() 196 watch->relative_path = get_implicit_path(conn); in do_watch() 198 watch->relative_path = NULL; in do_watch()
|
Completed in 13 milliseconds