Searched refs:LINK_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
718 const int LINK_NAME_LEN = 64; variable745 char link_name[LINK_NAME_LEN]; in BlockingCall()753 snprintf(link_name, LINK_NAME_LEN, "/proc/%d/exe", pid); 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()