Searched refs:tagFile (Results 1 – 1 of 1) sorted by relevance
176 String tagFile = mInputBinaryFile + TAG_FILE_EXT; in parseBinaryLogFile() local177 if (mParser.init(tagFile) == false) { in parseBinaryLogFile()185 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseBinaryLogFile()209 String tagFile = filePath + TAG_FILE_EXT; in parseTextLogFile() local210 if (mParser.init(tagFile) == false) { in parseTextLogFile()218 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseTextLogFile()