/trusty/user/app/storage/ |
D | checkpoint.c | 39 struct block_mac files; member 97 const struct block_mac* files, in checkpoint_update_roots() argument 99 new_checkpoint->files = *files; in checkpoint_update_roots() 120 struct block_tree* files, in checkpoint_read() argument 138 if (files) { in checkpoint_read() 139 files->root = checkpoint_ro->files; in checkpoint_read()
|
D | checkpoint.h | 31 const struct block_mac* files, 36 struct block_tree* files,
|
D | super.c | 152 struct block_mac files; member 191 const struct block_mac* files, in update_super_block_internal() argument 219 if (!free && !files) { in update_super_block_internal() 228 assert(files); in update_super_block_internal() 281 if (files) { in update_super_block_internal() 282 super_rw->files = *files; in update_super_block_internal() 309 const struct block_mac* files, in update_super_block() argument 311 return update_super_block_internal(tr, free, files, checkpoint, false); in update_super_block() 415 assert(!block_mac_valid(tr, &fs->files.root)); in write_current_super_block() 420 tr, &fs->free.block_tree.root, &fs->files.root, &fs->checkpoint, in write_current_super_block() [all …]
|
D | client.c | 138 struct storage_file_handle** files; in session_set_files_count() local 146 free(session->files); in session_set_files_count() 147 session->files = NULL; in session_set_files_count() 149 files = realloc(session->files, sizeof(files[0]) * files_count); in session_set_files_count() 150 if (!files) { in session_set_files_count() 155 memset(files + session->files_count, 0, in session_set_files_count() 156 sizeof(files[0]) * (files_count - session->files_count)); in session_set_files_count() 158 session->files = files; in session_set_files_count() 171 while (handle > 0 && !session->files[handle - 1]) in session_shrink_files() 183 file = session->files[f_handle]; in session_close_all_files() [all …]
|
D | fs.h | 56 struct block_mac files; member 141 struct block_tree files; member 167 const struct block_mac* files,
|
D | client_session.h | 36 struct storage_file_handle** files; member
|
D | README.md | 6 app). Open files support read, write, get-size and set-size operations. There is 7 currently no support for sparse files, permissions, quotas or directory 27 the same file system. Apps should not create files with the same name using 80 The file tree stores all the files in the file system. The key value is a hash 97 to update independent files without conflict, files modified by a transaction
|
D | file.c | 155 block_tree_print(tr, &tr->fs->files); in files_print() 157 block_tree_walk(tr, &tr->fs->files, 0, true, &path); in files_print() 222 found = file_tree_lookup(&block_mac, tr, &tr->fs->files, &tree_path, in file_block_map_update() 841 found = file_tree_lookup(&block_mac, tr, &tr->fs->files, tree_path, in file_lookup_not_removed() 920 struct block_tree* tree = added ? &tr->files_added : &tr->fs->files; in file_iterate() 1435 block_tree_copy(&new_files, &tr->fs->files); in file_transaction_complete() 1696 struct block_tree files; in files_rebuild_free_set() local 1702 fs_file_tree_init(tr->fs, &files); in files_rebuild_free_set() 1703 block_mac_copy(tr, &files.root, files_root); in files_rebuild_free_set() 1704 block_tree_walk(tr, &files, 0, true, &path); in files_rebuild_free_set()
|
D | transaction.c | 462 assert(block_mac_eq(tr, &tr->fs->files.root, &new_files)); in transaction_complete_etc() 513 tr->fs->files.root = new_files; in transaction_complete_etc()
|
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/trusty/vendor/google/aosp/scripts/ |
D | genReport.py | 30 def genProfdata(files, llvmDir): argument 34 subprocess_cmd.extend(files)
|
D | build.py | 165 for root, dirs, files in os.walk(src): 181 for f in files: 377 for root, _dirs, files in os.walk(src): 378 for f in files:
|
/trusty/user/base/include/user/ |
D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
D | LICENSE | 4 a copy of this software and associated documentation files
|
/trusty/kernel/ |
D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
D | LICENSE | 4 a copy of this software and associated documentation files
|
/trusty/user/base/make/ |
D | README.md | 16 Library rules files must include `make/library.mk` after the appropriate 21 library/app rules files to control the build. 37 available for use in library `rules.mk` files.
|
/trusty/kernel/lib/dtb_embedded/ |
D | dtb.ld | 5 * a copy of this software and associated documentation files
|
/trusty/vendor/google/aosp/ide/vscode/ |
D | README.md | 21 The configuration files that are provided do not build Trusty for you. You'll
|
/trusty/kernel/lib/trusty/ |
D | trusty_apps.ld | 5 * a copy of this software and associated documentation files
|
/trusty/user/app/keymint/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/trusty/user/app/sample/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/trusty/device/x86/generic-x86_64/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/trusty/user/app/avb/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|
/trusty/device/nxp/imx7d/ |
D | LICENSE | 28 source, and configuration files. 97 (b) You must cause any modified files to carry prominent notices 98 stating that You changed the files; and
|