Searched refs:files (Results 1 – 20 of 20) sorted by relevance
| /subsys/fs/ |
| A D | fuse_fs_access.c | 19 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 D | Kconfig.littlefs | 19 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 D | Kconfig | 110 Add FS header files to the 'app' include path. It may be
|
| A D | Kconfig.fatfs | 73 int "Maximum number of opened files"
|
| /subsys/logging/backends/ |
| A D | Kconfig.fs | 28 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 D | CMakeLists.txt | 5 # Common USB-C Stack files 15 # Sink USB-C Stack files 22 # Source USB-C Stack files
|
| /subsys/fs/virtiofs/ |
| A D | Kconfig | 17 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 D | CMakeLists.txt | 5 # 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 D | Kconfig | 25 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 D | CMakeLists.txt | 4 # library. Hence, if it exists then the source files are added to that otherwise
|
| /subsys/mgmt/mcumgr/grp/fs_mgmt/ |
| A D | CMakeLists.txt | 28 "use, as all files on the filesystem can be manipulated by a remote device. See "
|
| A D | Kconfig | 164 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 D | Kconfig.template.log_format_config | 37 # LOG_OUTPUT_XXX type in C files.
|
| /subsys/net/lib/wifi_credentials/ |
| A D | CMakeLists.txt | 48 # convert .pem files to array data at build time
|
| /subsys/net/l2/wifi/ |
| A D | CMakeLists.txt | 37 # convert .pem files to array data at build time
|
| /subsys/net/lib/tls_credentials/ |
| A D | Kconfig | 52 The secure files will have been previously provisioned to the
|
| /subsys/fs/fuse_client/ |
| A D | fuse_abi.h | 252 uint64_t files; member
|
| A D | fuse_client.c | 423 ks->files, in fuse_dump_kstafs()
|
| /subsys/testsuite/ |
| A D | Kconfig | 70 gen_gcov_files.py which creates the required .gcda files. These
|
| /subsys/net/lib/http/ |
| A D | Kconfig | 228 The size of a single chunk when serving static files from the file system.
|
Completed in 31 milliseconds