Home
last modified time | relevance | path

Searched refs:files (Results 1 – 20 of 20) sorted by relevance

/subsys/fs/
A Dfuse_fs_access.c19 static struct fs_file_t files[NUMBER_OF_OPEN_FILES]; variable
130 err = fs_open(&files[handle], path, FS_O_CREATE | FS_O_WRITE); in ffa_create_top()
142 fs_close(&files[fh]); in ffa_release_top()
153 err = fs_seek(&files[fh], off, FS_SEEK_SET); in ffa_read_top()
156 err = fs_read(&files[fh], buf, size); in ffa_read_top()
166 err = fs_seek(&files[fh], off, FS_SEEK_SET); in ffa_write_top()
169 err = fs_write(&files[fh], buf, size); in ffa_write_top()
177 int err = fs_truncate(&files[fh], size); in ffa_ftruncate_top()
264 while (i < ARRAY_SIZE(files)) { in fuse_fs_access_init()
265 fs_file_t_init(&files[i]); in fuse_fs_access_init()
A DKconfig.littlefs19 int "Maximum number of opened files"
79 inadequate as an application might require a small number of files
80 using a large cache size and a larger number of files using a
100 NOTE: when your app fails to open pre-defined number of files, as set
A DKconfig110 Add FS header files to the 'app' include path. It may be
A DKconfig.fatfs73 int "Maximum number of opened files"
/subsys/logging/backends/
A DKconfig.fs28 bool "Old log files overwrite"
31 When enabled backend overwrites oldest log files.
46 User defined name of log files saved in the file system.
53 Directory to which log files will be written.
63 int "Max number of files containing logs"
66 Limit of number of files with logs. It is also limited by
/subsys/usb/usb_c/
A DCMakeLists.txt5 # Common USB-C Stack files
15 # Sink USB-C Stack files
22 # Source USB-C Stack files
/subsys/fs/virtiofs/
A DKconfig17 int "Virtiofs max open files"
20 Virtiofs max simultaneously open files
48 configuring that value. This determines access permissions for created files and directories.
/subsys/
A DCMakeLists.txt5 # is pulled in as though the source files are in main repo. This results in
6 # shadow variable warnings being active on these files. Until the module has
/subsys/llext/
A DKconfig25 Build and expect object files as binary object type for the
32 Build and expect relocatable (partially linked) files as the
33 binary object type for the llext subsystem. These object files
34 are generated by the linker by combining multiple object files
42 generate the shared library from multiple object files.
169 contains the necessary files and build settings to build extensions
/subsys/lorawan/
A DCMakeLists.txt4 # library. Hence, if it exists then the source files are added to that otherwise
/subsys/mgmt/mcumgr/grp/fs_mgmt/
A DCMakeLists.txt28 "use, as all files on the filesystem can be manipulated by a remote device. See "
A DKconfig164 downloading of files) by registering for a callback which is then
165 triggered whenever a files are accessed using the FS management group
/subsys/logging/
A DKconfig.template.log_format_config37 # LOG_OUTPUT_XXX type in C files.
/subsys/net/lib/wifi_credentials/
A DCMakeLists.txt48 # convert .pem files to array data at build time
/subsys/net/l2/wifi/
A DCMakeLists.txt37 # convert .pem files to array data at build time
/subsys/net/lib/tls_credentials/
A DKconfig52 The secure files will have been previously provisioned to the
/subsys/fs/fuse_client/
A Dfuse_abi.h252 uint64_t files; member
A Dfuse_client.c423 ks->files, in fuse_dump_kstafs()
/subsys/testsuite/
A DKconfig70 gen_gcov_files.py which creates the required .gcda files. These
/subsys/net/lib/http/
A DKconfig228 The size of a single chunk when serving static files from the file system.

Completed in 31 milliseconds