diff options
| author | Marcel Braun <marcel.braun@ost.ch> | 2026-05-11 18:54:27 +0200 |
|---|---|---|
| committer | Marcel Braun <marcel.braun@ost.ch> | 2026-05-11 18:54:27 +0200 |
| commit | a4c9b9bdb768ce20c9f9eac353a34598e4a422a9 (patch) | |
| tree | b421998ccb81316792fa4bb85d7677669b92732a /kernel/include | |
| parent | 7683d52861f05566a3b82e24484e367fcdc63ea8 (diff) | |
| download | kernel-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.hpp | 2 |
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. |
