Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp744 char *large_program_fullpath = (char *)::malloc (len + 1); in GetProgramFileSpec() local
746 err = _NSGetExecutablePath (large_program_fullpath, &len); in GetProgramFileSpec()
748 g_program_filespec.SetFile (large_program_fullpath, false); in GetProgramFileSpec()
750 ::free (large_program_fullpath); in GetProgramFileSpec()