Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
100 void Path::InitializeBasePath(std::string basePath) in InitializeBasePath()111 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *… in Path()122 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path()
156 auto basePath = ResolveConfigLocation(extends, configDir); in ParseExtends() local
381 const std::string basePath = "data/multi/ForeignBase.1.abc"; in TEST() local