Home
last modified time | relevance | path

Searched defs:appSignature (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dcode_sign.cpp20 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dcode_sign.cpp19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dcode_sign.cpp19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp177 std::string appSignature = cPreprocessor.GetMainPkgArgsAppSignature(); in Main() local
Dfile_generators.cpp651 bool AOTFileGenerator::SaveAOTFile(const std::string &filename, const std::string &appSignature) in SaveAOTFile()
677 …FileGenerator::SaveEmptyAOTFile(const std::string& filename, const std::string& appSignature, bool… in SaveEmptyAOTFile()
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp262 …2_t AotCompilerImpl::AOTLocalCodeSign(const std::string &fileName, const std::string &appSignature, in AOTLocalCodeSign()