Searched refs:separator (Results 1 – 3 of 3) 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()
1013 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile() local1014 if (separator == nullptr) { in open_library_in_zipfile()1024 buf[separator - path] = '\0'; in open_library_in_zipfile()1027 const char* file_path = &buf[separator - path + 2]; in open_library_in_zipfile()1057 *realpath += separator; in open_library_in_zipfile()
198 no-space-check=trailing-comma,dict-separator