Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp198 bool try_default = archive_filename.empty(); in OpenPandaFileFromZip() local
199 if (!try_default && LocateFile(zipfile, archive_filename.data()) != ZIPARCHIVE_OK) { in OpenPandaFileFromZip()
202 try_default = true; in OpenPandaFileFromZip()
204 if (try_default && LocateFile(zipfile, ARCHIVE_FILENAME) != ZIPARCHIVE_OK) { in OpenPandaFileFromZip()
219 LOG(ERROR, PANDAFILE) << "Invalid panda file '" << (try_default ? ARCHIVE_FILENAME : archive_filename) << "'"; in OpenPandaFileFromZip()

Completed in 2 milliseconds