Searched refs:separator (Results 1 – 2 of 2) sorted by relevance
153 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path() local154 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()
897 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile() local898 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()