aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
diff options
context:
space:
mode:
authorMarcel Braun <marcel.braun@ost.ch>2026-05-11 18:54:27 +0200
committerMarcel Braun <marcel.braun@ost.ch>2026-05-11 18:54:27 +0200
commita4c9b9bdb768ce20c9f9eac353a34598e4a422a9 (patch)
treeb421998ccb81316792fa4bb85d7677669b92732a /kernel/include
parent7683d52861f05566a3b82e24484e367fcdc63ea8 (diff)
downloadkernel-a4c9b9bdb768ce20c9f9eac353a34598e4a422a9.tar.xz
kernel-a4c9b9bdb768ce20c9f9eac353a34598e4a422a9.zip
Rename get_full_path to get_absolute_path
Diffstat (limited to 'kernel/include')
-rw-r--r--kernel/include/kernel/filesystem/dentry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/kernel/filesystem/dentry.hpp b/kernel/include/kernel/filesystem/dentry.hpp
index 1366206..226f2b9 100644
--- a/kernel/include/kernel/filesystem/dentry.hpp
+++ b/kernel/include/kernel/filesystem/dentry.hpp
@@ -58,7 +58,7 @@ namespace kernel::filesystem
@brief Get the full path of the dentry by traversing up to the root.
@return The full path of the dentry.
*/
- [[nodiscard]] auto get_full_path() const -> kstd::string;
+ [[nodiscard]] auto get_absolute_path() const -> kstd::string;
/**
@brief Add a @p child dentry.