Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp133 char exec_cf_path[PATH_MAX]; in LocateExecutableObjectFile() local
134 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateExecutableObjectFile()
136 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateExecutableObjectFile()
225 CFStringRef exec_cf_path = in LocateExecutableObjectFile() local
228 if (exec_cf_path && ::CFStringGetFileSystemRepresentation( in LocateExecutableObjectFile()
229 exec_cf_path, path, sizeof(path))) { in LocateExecutableObjectFile()
575 char exec_cf_path[PATH_MAX]; in LocateMacOSXFilesUsingDebugSymbols() local
576 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateMacOSXFilesUsingDebugSymbols()
578 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateMacOSXFilesUsingDebugSymbols()
667 CFStringRef exec_cf_path = in LocateMacOSXFilesUsingDebugSymbols() local
[all …]