Searched refs:parse_ok (Results 1 – 1 of 1) sorted by relevance
4357 bool parse_ok = ParseFileName(fname, manifest_file_number, &type); in GetCurrentManifestPath() local4358 if (!parse_ok || type != kDescriptorFile) { in GetCurrentManifestPath()4658 bool parse_ok = ParseFileName(fname, &file_num, &file_type); in SeekToFirstManifest() local4659 if (parse_ok && file_type == kDescriptorFile) { in SeekToFirstManifest()