Home
last modified time | relevance | path

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

/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.h62 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.cpp38 std::string exePath = GetExecPath(); in AotTest() local