Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp225 bool try_default = archive_filename.empty(); in OpenPandaFile() local
226 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()