Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dpath.cpp104 void Path::InitializeBasePath(std::string basePath) in InitializeBasePath()
115 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *… in Path()
126 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path()
Darktsconfig.cpp198 auto basePath = ResolveConfigLocation(*extends, arktsConfigDir); in Parse() local
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp372 const std::string basePath = "data/multi/ForeignBase.1.abc"; in TEST() local