Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_utils.cpp153 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path() local
154 if (separator == nullptr) { in parse_zip_path()
164 buf[separator - path] = '\0'; in parse_zip_path()
167 *entry_path = &buf[separator - path + 2]; in parse_zip_path()