Home
last modified time | relevance | path

Searched defs:buildId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp36 virtual bool TestGetRuntimeBuildId(char *buildId, int length) const in TestGetRuntimeBuildId()
91 char buildId[PATH_MAX] = {'\0'}; in GetRuntimeBuildIdFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp23 bool MockAotRuntimeInfo::GetRuntimeBuildId(char *buildId, int length) const in GetRuntimeBuildId()
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h207 virtual bool GetRuntimeBuildId(char *buildId, int length) const in GetRuntimeBuildId()
397 void ParseELFSectionsForBuildId(ecmascript::MemMap &fileMap, char *buildId, int length) const in ParseELFSectionsForBuildId()
439 void GetReadableBuildId(char *buildIdHex, char *buildId, int length) const in GetReadableBuildId()