Searched defs:basePath (Results 1 – 4 of 4) sorted by relevance
134 void Path::InitializeBasePath(std::string basePath) in InitializeBasePath()145 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *… in Path()156 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path()
508 … std::string const &prefix) -> std::optional<std::string> { in FormRelativePath()
170 auto basePath = ResolveConfigLocation(extends, configDir); in ParseExtends() local
464 const std::string basePath = "data/multi/ForeignBase.1.abc"; in TEST() local