ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_pathfs.h
Go to the documentation of this file.
1
17#pragma once
18
19#include <stddef.h>
20
21#include "mdl_storage.h"
22
55 const char* parent_abs,
56 const char* seg,
57 char* out,
58 size_t cap);
bool mdl_join_dir_under(mdl_storage_t *storage, const char *parent_abs, const char *seg, char *out, size_t cap)
Join seg under parent_abs, create it, and verify it stays inside.
Definition mdl_pathfs.c:15
Injected portable storage resources for downloader domain code.
One non-reentrant downloader filesystem dependency bundle.
Definition mdl_storage.h:40