Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp98 char exec_cf_path[PATH_MAX]; in LocateMacOSXFilesUsingDebugSymbols() local
99 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateMacOSXFilesUsingDebugSymbols()
101 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateMacOSXFilesUsingDebugSymbols()
152 CFStringRef exec_cf_path = in LocateMacOSXFilesUsingDebugSymbols() local
155 if (exec_cf_path && ::CFStringGetFileSystemRepresentation( in LocateMacOSXFilesUsingDebugSymbols()
156 exec_cf_path, path, sizeof(path))) { in LocateMacOSXFilesUsingDebugSymbols()