Home
last modified time | relevance | path

Searched refs:JoinPaths (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp64 std::string JoinPaths(const std::string &a, const std::string &b) in JoinPaths() function
85 return IsAbsolute(path) ? path : JoinPaths(base, path); in MakeAbsolute()
143 resolvedPath = MakeAbsolute(relPath, JoinPaths(newBase, "node_modules")); in ResolveConfigLocation()
H A Darktsconfig.h150 std::string JoinPaths(const std::string &a, const std::string &b);
H A Doptions.cpp304 : arktsConfig {"arktsconfig", ark::es2panda::JoinPaths(ark::es2panda::ParentPath(argv0), "arktsconfig.json"), in AllArgs()

Completed in 4 milliseconds