Searched refs:exe_name (Results 1 – 1 of 1) sorted by relevance
746 char exe_name[EXE_NAME_LEN]; in BlockingCall() local758 ssize_t exe_name_len = readlink(link_name, exe_name, EXE_NAME_LEN); in BlockingCall()764 exe_name[exe_name_len] = '\0'; in BlockingCall()767 if (strncmp(exe_name, "/system/bin/app_process32", LINK_NAME_LEN) == 0 || in BlockingCall()768 strncmp(exe_name, "/system/bin/app_process64", LINK_NAME_LEN) == 0) { in BlockingCall()777 } else if (should_dump_native_traces(exe_name)) { in BlockingCall()