Searched refs:build_src_cfpath (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/macosx/
H A DSymbols.cpp375 CFStringRef build_src_cfpath = static_cast<CFStringRef>(::CFDictionaryGetValue (uuid_dict, CFSTR("DBGBuildSourcePath"))); local
376 if (build_src_cfpath)
381 ::CFStringGetFileSystemRepresentation (build_src_cfpath, build_src_path, sizeof(build_src_path));

Completed in 55 milliseconds