Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/ts2abc/
Dts2abc_options.h29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options() argument
183 static std::string GetExeDir(const std::string &exePath) in GetExeDir() argument
185 auto pos = exePath.find_last_of('/'); in GetExeDir()
186 return exePath.substr(0, pos); in GetExeDir()
/ark/js_runtime/ecmascript/
Djs_runtime_options.h36 explicit JSRuntimeOptions(const std::string &exePath = "") : RuntimeOptions(exePath) {} in RuntimeOptions() argument