Searched refs:try_default (Results 1 – 1 of 1) sorted by relevance
225 bool try_default = archive_filename.empty(); in OpenPandaFile() local226 if (!try_default) { in OpenPandaFile()230 try_default = true; in OpenPandaFile()233 if (try_default) { in OpenPandaFile()252 …LOG(ERROR, PANDAFILE) << "Invalid panda file '" << (try_default ? ARCHIVE_FILENAME : archive_filen… in OpenPandaFile()