Home
last modified time | relevance | path

Searched refs:exe_path (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
D__bionic_get_shell_path.cpp47 char exe_path[strlen(VENDOR_PREFIX)]; in init_sh_path() local
48 ssize_t len = readlink("/proc/self/exe", exe_path, sizeof(exe_path)); in init_sh_path()
49 if (len != -1 && !strncmp(exe_path, VENDOR_PREFIX, strlen(VENDOR_PREFIX))) { in init_sh_path()