Searched refs:ExeName (Results 1 – 2 of 2) sorted by relevance
138 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry() local142 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); in checkForOProfileProcEntry()147 while (Idx < NumRead-1 && ExeName[Idx] != 0) { in checkForOProfileProcEntry()156 if (ExeName[Idx] == '/') { in checkForOProfileProcEntry()157 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
248 static std::string PrependMainExecutablePath(const std::string &ExeName, in PrependMainExecutablePath() argument259 sys::path::append(Storage, ExeName); in PrependMainExecutablePath()