Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_utils.cpp86 char* out_ptr = buf; in normalize_path() local
98 while (out_ptr > buf && *--out_ptr != '/') { in normalize_path()
102 *out_ptr++ = '/'; in normalize_path()
111 *out_ptr++ = *in_ptr++; in normalize_path()
114 *out_ptr = 0; in normalize_path()