Home
last modified time | relevance | path

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

/bootable/recovery/
Dverifier.c218 static const char contPrefix[] = " "; // Continuation of the filename in verifyArchive() local
276 } else if (!strncasecmp(line, contPrefix, sizeof(contPrefix) - 1)) { in verifyArchive()
278 const char *tail = line + sizeof(contPrefix) - 1; in verifyArchive()