Searched refs:executableName (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/debug/
H A DDebugServer.cpp745 const char* executableName = strrchr(fExecutablePath, '/'); local
746 if (executableName == NULL)
747 executableName = fExecutablePath;
749 executableName++;
752 fileBaseName << executableName << '-' << fTeam;

Completed in 40 milliseconds