Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h220 inline static std::pair<CString, CString> ResolvePath(const char *path) in ResolvePath() function
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp122 ImportPathManager::ResolvedPathRes ImportPathManager::ResolvePath(std::string_view curModulePath, in ResolvePath() function in ark::es2panda::util::ImportPathManager
Darktsconfig.cpp503 std::optional<std::string> ArkTsConfig::ResolvePath(std::string_view path, bool isDynamic) const in ResolvePath() function in ark::es2panda::ArkTsConfig