Home | History | Annotate | Download | only in common

Lines Matching full:program_fullpath

736         char program_fullpath[PATH_MAX];
738 uint32_t len = sizeof(program_fullpath);
739 int err = _NSGetExecutablePath (program_fullpath, &len);
741 g_program_filespec.SetFile (program_fullpath, false);