Searched defs:executable_path (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dstdlib_test.cpp183 char executable_path[PATH_MAX]; local
184 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path));
186 executable_path[rc] = '\0';
190 ASSERT_STREQ(executable_path, p);
193 ASSERT_STREQ(executable_path, p);
H A Ddlfcn_test.cpp799 char executable_path[PATH_MAX]; local
800 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path));
802 executable_path[rc] = '\0';
807 ASSERT_STREQ(executable_path, dli_realpath);
820 if (executable_path == rec.pathname) {

Completed in 50 milliseconds