Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 2 of 2) 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()
Dlinker.cpp897 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile() local
898 if (separator == nullptr) { in open_library_in_zipfile()
908 buf[separator - path] = '\0'; in open_library_in_zipfile()
911 const char* file_path = &buf[separator - path + 2]; in open_library_in_zipfile()
941 *realpath += separator; in open_library_in_zipfile()