Searched refs:given_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | DarwinProcessLauncher.cpp | 456 char given_path[PATH_MAX]; in LaunchInferior() local 457 given_path[0] = '\0'; in LaunchInferior() 458 launch_info.GetExecutableFile().GetPath(given_path, sizeof(given_path)); in LaunchInferior() 467 if (strstr(given_path, ".app")) { in LaunchInferior() 472 if (strstr(given_path, ".app")) { in LaunchInferior() 477 if (strstr(given_path, ".app")) { in LaunchInferior() 489 __FUNCTION__, given_path); in LaunchInferior() 493 if (!ResolveExecutablePath(given_path, resolved_path, in LaunchInferior() 499 ::strncpy(resolved_path, given_path, sizeof(resolved_path)); in LaunchInferior()
|
| /freebsd-12.1/lib/libcam/ |
| H A D | camlib.c | 58 const char *given_path, 62 int flags, const char *given_path, 420 const char *given_path, struct cam_device *device) in cam_lookup_pass() argument 502 const char *given_path, const char *given_dev_name, in cam_real_open_device() argument 527 if (given_path != NULL) in cam_real_open_device() 528 strlcpy(device->device_path, given_path, in cam_real_open_device()
|