Searched refs:large_program_fullpath (Results 1 – 1 of 1) sorted by relevance
744 char *large_program_fullpath = (char *)::malloc (len + 1); in GetProgramFileSpec() local746 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()