Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp138 static std::string ResolveConfigLocation(const std::string &relPath, const std::string &base) in ResolveConfigLocation() argument
140 auto resolvedPath = MakeAbsolute(relPath, base); in ResolveConfigLocation()
143 resolvedPath = MakeAbsolute(relPath, JoinPaths(newBase, "node_modules")); in ResolveConfigLocation()
477 fs::path relPath; in Relative() local
479 relPath = relPath.empty() ? tmpPath.filename() : tmpPath.filename() / relPath; in Relative()
485 return relPath; in Relative()

Completed in 2 milliseconds