Home
last modified time | relevance | path

Searched defs:abcPath (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_postfork_aot_load_test.cpp36 void CompileInvalidAot(const char *abcPath, const char *anPath) in CompileInvalidAot()
58 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_js_runtime.cpp25 std::string ExecuteDynamicAbc(const std::string &abcPath, const std::string &entry) in ExecuteDynamicAbc()
Dhelpers_ets_runtime.cpp33 std::string ExecuteStaticAbc(const std::string &abcPath, const std::string &klassName, const std::s… in ExecuteStaticAbc()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/fuzztest/common/
Dtest_common.h71 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in BuildOptionString() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/vm_ops/
Dani_create_vm_test.cpp28 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in BuildOptionString() local
Dani_get_created_virtual_machines_test.cpp33 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in BuildOptionString() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/common/
Dtest_common.h75 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in BuildOptionString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_namespace_manager_impl.cpp47 std::string abcPath = pathKey; in LoadNativeLibraryFromNs() local
Dets_native_library_provider.cpp52 std::string abcPath; in LoadNativeLibraryFromNamespace() local
/arkcompiler/ets_runtime/compiler_service/src/
Daot_args_handler.cpp139 std::string abcPath; in Parse() local
206 std::string abcPath; in Parse() local
345 std::string abcPath; in Parse() local
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp41 bool FileManager::TryLoadAnFileForLocation(std::string_view abcPath) in TryLoadAnFileForLocation()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/runtimelinker/ets_to_ts/
Druntimelinker.cpp40 …std::string abcPath = binPath + GetPathFromPlugin(abcSource) + "/" + targetPackageName + "/src/cla… in GetABCPath() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/sampler_ani/
Dcreate_vm_sampler.cpp31 const char *abcPath = std::getenv("MANAGED_GTEST_ABC_PATH"); in BuildOptionString() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/ani_gtest/
Dani_gtest.h39 const char *abcPath = std::getenv("ANI_GTEST_ABC_PATH"); in SetUp() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h99 for (const auto &abcPath : frameworkAbcFiles) { in ParseArgs() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6580 ecmascript::CString abcPath = moduleInfo.second.c_str(); in GetModuleNameSpaceFromFile() local