Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
104 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()
198 auto basePath = ResolveConfigLocation(*extends, arktsConfigDir); in Parse() local
372 const std::string basePath = "data/multi/ForeignBase.1.abc"; in TEST() local