Home
last modified time | relevance | path

Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dpersistent_json_storage.cpp13 auto currentPath = path; in isAnySymlink() local
14 while (currentPath != path.root_path()) in isAnySymlink()
16 if (std::filesystem::is_symlink(currentPath)) in isAnySymlink()
19 std::format("{} is a symlink", currentPath.string()); in isAnySymlink()
24 currentPath = currentPath.parent_path(); in isAnySymlink()
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue147 const currentPath = this.$route?.path;
148 if (!currentPath) return;
153 item.children.some((child) => child.route === currentPath)