Home
last modified time | relevance | path

Searched refs:exe_dir_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc_options.h29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options()
227 std::string exe_dir_; variable
/arkcompiler/runtime_core/templates/options/
Doptions.h.erb42 explicit Options(const std::string &exe_path) : exe_dir_(GetExeDir(exe_path)) {}
167 std::string exe_dir_;