Home
last modified time | relevance | path

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

12

/trusty/user/app/storage/
Dcheckpoint.c39 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()
Dcheckpoint.h31 const struct block_mac* files,
36 struct block_tree* files,
Dsuper.c152 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 …]
Dclient.c138 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 …]
Dfs.h56 struct block_mac files; member
141 struct block_tree files; member
167 const struct block_mac* files,
Dclient_session.h36 struct storage_file_handle** files; member
DREADME.md6 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
Dfile.c155 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()
Dtransaction.c462 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()
DLICENSE28 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/
DgenReport.py30 def genProfdata(files, llvmDir): argument
34 subprocess_cmd.extend(files)
Dbuild.py165 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/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
DLICENSE4 a copy of this software and associated documentation files
/trusty/kernel/
DAUTHORS2 # This file is distinct from the CONTRIBUTORS files.
DLICENSE4 a copy of this software and associated documentation files
/trusty/user/base/make/
DREADME.md16 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/
Ddtb.ld5 * a copy of this software and associated documentation files
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md21 The configuration files that are provided do not build Trusty for you. You'll
/trusty/kernel/lib/trusty/
Dtrusty_apps.ld5 * a copy of this software and associated documentation files
/trusty/user/app/keymint/
DLICENSE28 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/
DLICENSE28 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/
DLICENSE28 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/
DLICENSE28 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/
DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and

12