Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tpl: modify file system in os functions
All os functions now operate under a common file system composed of
workdir fs and overlay mount fs with fallback to contentDir for
ReadFile, FileExists and Stat function.
This allows to access union file system without introducing new
functions and resolves issue with Stat/ReadDir working on different
filesystms.

Add the file system access the implementation of: Readdir for
rootMappingDir and Size for dirNameOnlyFileInfo.

Fix implementation of collectDirEntries for RootMappingFs to handle
root directory correctly.

Fixes: #12321 #11917 #9604
  • Loading branch information
rymut committed Dec 23, 2024
commit 691c1644b6b9c7e43151be3cb685fa0b34e11de7

No changes to show.

This commit has no content.