Searched refs:executableName (Results 1 – 1 of 1) sorted by relevance
745 const char* executableName = strrchr(fExecutablePath, '/'); in _WriteCoreFile() local746 if (executableName == NULL) in _WriteCoreFile()747 executableName = fExecutablePath; in _WriteCoreFile()749 executableName++; in _WriteCoreFile()752 fileBaseName << executableName << '-' << fTeam; in _WriteCoreFile()