Home
last modified time | relevance | path

Searched defs:exePath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_options.h33 explicit ANIOptions(const std::string &exePath = "") : RuntimeOptions(exePath) in RuntimeOptions() argument
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h48 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} in CompilerOptions()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h36 explicit RuntimeOptions(const std::string &exePath = "") : Options(exePath) {} in Options() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp29 std::string exePath = GetExecPath(); in ClassHashTableTest() local
Daot_test.cpp39 std::string exePath = GetExecPath(); in AotTest() local