Searched refs:pathbuf (Results 1 – 2 of 2) sorted by relevance
223 char pathbuf[128]; in find_usb_device() local279 snprintf(pathbuf, sizeof(pathbuf), "/sys/dev/char/%d:%d", in find_usb_device()281 ssize_t link_len = readlink(pathbuf, link, sizeof(link) - 1); in find_usb_device()286 snprintf(pathbuf, sizeof(pathbuf), in find_usb_device()288 devpath = pathbuf; in find_usb_device()
886 let pathbuf = entry.unwrap_or_default(); in convert_floss_conf() localVariable887 let addrs = pathbuf.to_str().unwrap_or_default().split('/').collect::<Vec<&str>>(); in convert_floss_conf()890 match fs::remove_dir_all(pathbuf) { in convert_floss_conf()