Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c65 static const char _build_fingerprint_header[] = "Build fingerprint:"; variable
204 if (strstr(line, _build_fingerprint_header) != NULL) { in ParseLine()
206 strstr(line, _build_fingerprint_header)); in ParseLine()