Searched refs:startp (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dlibgen.cpp40 const char* startp = NULL; local
47 startp = ".";
60 startp = "/";
66 startp = endp;
67 while (startp > path && *(startp - 1) != '/') {
68 startp--;
71 len = endp - startp +1;
85 memcpy(buffer, startp, len);

Completed in 58 milliseconds