Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc_options.h29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options()
221 static std::string GetExeDir(const std::string &exePath) in GetExeDir()