Home
last modified time | relevance | path

Searched defs:strictMatch (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h45 …l VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool strictMatch) in VerifyVersion()
63 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion()
93 bool strictMatch) in VerifyVersion()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp23 bool ElfReader::VerifyELFHeader(uint32_t version, bool strictMatch) in VerifyELFHeader()