Home
last modified time | relevance | path

Searched refs:launcher_basename (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2828 HChar* launcher_basename = NULL; in PRE() local
2933 launcher_basename = VG_(strrchr)(path, '/'); in PRE()
2934 if (launcher_basename == NULL || launcher_basename[1] == 0) { in PRE()
2935 launcher_basename = path; // hmm, tres dubious in PRE()
2937 launcher_basename++; in PRE()
3002 argv[j++] = launcher_basename; in PRE()
Dsyswrap-solaris.c1407 const HChar *launcher_basename = NULL; in PRE() local
1413 launcher_basename = VG_(strrchr)(path, '/'); in PRE()
1414 if ((launcher_basename == NULL) || (launcher_basename[1] == '\0')) { in PRE()
1415 launcher_basename = path; /* hmm, tres dubious */ in PRE()
1417 launcher_basename++; in PRE()
1467 HChar *duplicate = VG_(strdup)("syswrap.spawn.10", launcher_basename); in PRE()
3671 const HChar *launcher_basename = NULL; in PRE() local
3679 launcher_basename = VG_(strrchr)(path, '/'); in PRE()
3680 if (!launcher_basename || launcher_basename[1] == '\0') in PRE()
3681 launcher_basename = path; /* hmm, tres dubious */ in PRE()
[all …]
Dsyswrap-darwin.c3401 HChar* launcher_basename = NULL; in PRE() local
3491 launcher_basename = path; in PRE()
3555 argv[j++] = launcher_basename; in PRE()