Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_usb.c719 #define READ_SUBPATH(path, subpath) ({ \ in libxl__usbctrl_from_xenstore() argument
721 GCSPRINTF("%s/" subpath, path), \ in libxl__usbctrl_from_xenstore()
727 #define READ_SUBPATH_INT(path, subpath) ({ \ in libxl__usbctrl_from_xenstore() argument
729 GCSPRINTF("%s/" subpath, path), \ in libxl__usbctrl_from_xenstore()
770 #define READ_SUBPATH(path, subpath) ({ \ in libxl_device_usbctrl_getinfo() argument
772 GCSPRINTF("%s/" subpath, path), \ in libxl_device_usbctrl_getinfo()
778 #define READ_SUBPATH_INT(path, subpath) ({ \ in libxl_device_usbctrl_getinfo() argument
780 GCSPRINTF("%s/" subpath, path), \ in libxl_device_usbctrl_getinfo()
A Dlibxl_utils.c568 const char *subpath = GCSPRINTF("%s/%s", dirpath, de->d_name); in libxl__remove_directory() local
569 if (libxl__remove_file_or_directory(gc, subpath)) in libxl__remove_directory()

Completed in 23 milliseconds