Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2728 char platform_exec_file_path[PATH_MAX]; in Launch() local
2731 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, in Launch()
2732 sizeof(platform_exec_file_path)); in Launch()