Searched refs:libxl__remove_file (Results 1 – 4 of 4) sorted by relevance
513 int libxl__remove_file(libxl__gc *gc, const char *path) in libxl__remove_file() function532 if (errno == ENOTDIR) return libxl__remove_file(gc, path); in libxl__remove_file_or_directory()
942 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()
233 if (bl->outputpath) libxl__remove_file(gc, bl->outputpath); in bootloader_cleanup()
699 _hidden int libxl__remove_file(libxl__gc *gc, const char *path);
Completed in 23 milliseconds