OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large_program_fullpath
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Host/common/
Host.cpp
744
char *
large_program_fullpath
= (char *)::malloc (len + 1);
local
746
err = _NSGetExecutablePath (
large_program_fullpath
, &len);
748
g_program_filespec.SetFile (
large_program_fullpath
, false);
750
::free (
large_program_fullpath
);
[
all
...]
Completed in 558 milliseconds