Searched defs:lib_priv_frameworks (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp939 char *lib_priv_frameworks = strstr (developer_dir_path, "/Library/PrivateFrameworks/LLDB.framework"); local
940 if (lib_priv_frameworks)
942 *lib_priv_frameworks = '\0';

Completed in 183 milliseconds