Home
last modified time | relevance | path

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

/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/ohos/
Dcode_sign.cpp20 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/aot_file/tests/
Daot_file_generator_mock.h35 …bool SaveAndGetAOTFileSize(const std::string &filename, const std::string &appSignature, size_t &a… in SaveAndGetAOTFileSize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp141 std::string appSignature = cPreprocessor.GetMainPkgArgsAppSignature(); in Main() local
Dfile_generators.cpp649 bool AOTFileGenerator::SaveAOTFile(const std::string &filename, const std::string &appSignature, in SaveAOTFile()
676 …FileGenerator::SaveEmptyAOTFile(const std::string& filename, const std::string& appSignature, bool… in SaveEmptyAOTFile()
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp241 std::string appSignature = argsHandler_->GetCodeSignArgs(); in AOTLocalCodeSign() local
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
Daotcompilerimpl_unit.cpp444 std::string appSignature = "5765880207853624761"; variable