Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_utils.c536 int libxl__remove_directory(libxl__gc *gc, const char *dirpath) in libxl__remove_directory() argument
541 d = opendir(dirpath); in libxl__remove_directory()
546 LOGE(ERROR, "failed to opendir %s for removal", dirpath); in libxl__remove_directory()
557 LOGE(ERROR, "failed to readdir %s for removal", dirpath); in libxl__remove_directory()
568 const char *subpath = GCSPRINTF("%s/%s", dirpath, de->d_name); in libxl__remove_directory()
574 int r = rmdir(dirpath); in libxl__remove_directory()
578 LOGE(ERROR, "failed to remove emptied directory %s", dirpath); in libxl__remove_directory()

Completed in 20 milliseconds