Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:pathbuf

338     char pathbuf[PATH_MAX];
339 ::snprintf (pathbuf, sizeof (pathbuf), "%s/Platforms/iPhoneOS.platform/Developer/SDKs", developer_dir);
340 FileSpec ios_sdk(pathbuf, true);
355 char pathbuf[PATH_MAX];
356 ::snprintf (pathbuf, sizeof (pathbuf), "%s/Platforms/MacOSX.platform/Developer/SDKs", developer_dir);
357 FileSpec mac_sdk(pathbuf, true);
409 char pathbuf[PATH_MAX];
410 ::snprintf (pathbuf, sizeof (pathbuf), "%s/../Symbols", developer_dir);
411 FileSpec symbols_dir (pathbuf, true);