Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_utils.c513 int libxl__remove_file(libxl__gc *gc, const char *path) in libxl__remove_file() function
532 if (errno == ENOTDIR) return libxl__remove_file(gc, path); in libxl__remove_file_or_directory()
A Dlibxl_domain.c942 rc = libxl__remove_file(gc, savefile); in stubdom_destroy_callback()
1102 rc = libxl__remove_file(gc, in devices_destroy_cb()
1106 rc = libxl__remove_file(gc, in devices_destroy_cb()
A Dlibxl_bootloader.c233 if (bl->outputpath) libxl__remove_file(gc, bl->outputpath); in bootloader_cleanup()
A Dlibxl_internal.h699 _hidden int libxl__remove_file(libxl__gc *gc, const char *path);

Completed in 23 milliseconds