Home | History | Annotate | Download | only in common

Lines Matching full:large_program_fullpath

744             char *large_program_fullpath = (char *)::malloc (len + 1);
746 err = _NSGetExecutablePath (large_program_fullpath, &len);
748 g_program_filespec.SetFile (large_program_fullpath, false);
750 ::free (large_program_fullpath);