HomeSort by: relevance | last modified time | path
    Searched defs:group_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
collctrl.cc 1718 char group_file[MAXPATHLEN]; local
1723 snprintf (group_file, sizeof (group_file), "%s", expt_group);
1724 else // relative path, store directory; make group_file in that directory
1725 snprintf (group_file, sizeof (group_file), "%s/%s", udir_name, expt_group);
1727 int ret = access (group_file, W_OK);
1732 char *stmp = group_file;
1737 dir, group_file, strerror (errno));
1741 group_file, strerror (errno))
1752 char group_file[MAXPATHLEN]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collctrl.cc 1718 char group_file[MAXPATHLEN]; local
1723 snprintf (group_file, sizeof (group_file), "%s", expt_group);
1724 else // relative path, store directory; make group_file in that directory
1725 snprintf (group_file, sizeof (group_file), "%s/%s", udir_name, expt_group);
1727 int ret = access (group_file, W_OK);
1732 char *stmp = group_file;
1737 dir, group_file, strerror (errno));
1741 group_file, strerror (errno))
1752 char group_file[MAXPATHLEN]; local
    [all...]

Completed in 146 milliseconds