Searched refs:execname (Results 1 – 1 of 1) sorted by relevance
342 char execname[reader.MaxLineSize()]; in GetThreadMmapsInProcess() local343 strcpy(execname, ""); in GetThreadMmapsInProcess()345 &end_addr, type, &pgoff, execname) < 4) { in GetThreadMmapsInProcess()348 if (strcmp(execname, "") == 0) { in GetThreadMmapsInProcess()349 strcpy(execname, DEFAULT_EXECNAME_FOR_THREAD_MMAP); in GetThreadMmapsInProcess()355 thread.name = execname; in GetThreadMmapsInProcess()