Searched defs:canonicalPath (Results 1 – 7 of 7) sorted by relevance
55 std::string canonicalPath; in GetDocumentStore() local128 int DocumentStoreManager::CheckDBPath(const std::string &path, std::string &canonicalPath, std::str… in CheckDBPath()
111 auto canonicalPath = std::filesystem::canonical(U8Path(path), ec); in Open() local145 auto canonicalPath = std::filesystem::weakly_canonical(U8Path(path), ec); in Create() local
200 auto canonicalPath = std::filesystem::canonical(U8Path(uri), ec); in CORE_BEGIN_NAMESPACE() local
97 const string canonicalPath = "a"; variable
170 PluginFWType PluginServer::AnalyzeFWType(const string &canonicalPath) in AnalyzeFWType()
85 uint32_t PluginMgr::TraverseFiles(const string &canonicalPath) in TraverseFiles()
1668 char canonicalPath[PATH_MAX + 1] = {0x00}; in Enable() local