Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dsunos_usb.c149 char path_arg[PATH_MAX]; in sunos_usb_ioctl() local
175 snprintf(path_arg, sizeof(path_arg), "/devices%s:hubd", hubpath); in sunos_usb_ioctl()
176 usbi_dbg("ioctl hub path: %s", path_arg); in sunos_usb_ioctl()
178 fd = open(path_arg, O_RDONLY); in sunos_usb_ioctl()
353 char path_arg[PATH_MAX]; in sunos_detach_kernel_driver() local
360 snprintf(path_arg, sizeof(path_arg), "\'\"%s\"\'", dpriv->phypath); in sunos_detach_kernel_driver()
361 usbi_dbg("%s", path_arg); in sunos_detach_kernel_driver()
372 r |= sunos_append_to_string_list(list, path_arg); /* physical path */ in sunos_detach_kernel_driver()
391 snprintf(path_arg, sizeof(path_arg), "^usb/%x.%x", in sunos_detach_kernel_driver()
394 sunos_physpath_to_devlink(dpriv->phypath, path_arg, &dpriv->ugenpath); in sunos_detach_kernel_driver()
[all …]
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1267 CommandArgumentData path_arg; in CommandObjectTargetModulesSearchPathsQuery() local
1270 path_arg.arg_type = eArgTypeDirectoryName; in CommandObjectTargetModulesSearchPathsQuery()
1271 path_arg.arg_repetition = eArgRepeatPlain; in CommandObjectTargetModulesSearchPathsQuery()
1275 arg.push_back(path_arg); in CommandObjectTargetModulesSearchPathsQuery()