Searched refs:contents (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Dcommon.c63 unwi_load_as_contents (unw_addr_space_t as, struct as_contents *contents, argument
69 Debug(3, "(%p, %p, 0x%" PRIxPTR ", 0x%zx)\n", as, contents, offset, size);
71 contents->data = malloc (size);
72 if (contents->data == NULL)
77 ret = (*a->access_raw_mem) (as, offset, contents->data, size, 0, arg);
83 contents->size = size;
/fuchsia/zircon/system/core/userboot/
H A Dbootfs.h15 const void* contents; member in struct:bootfs
H A Dbootfs.c23 fs->contents = (const void*)addr;
34 zx_status_t status = zx_vmar_unmap(vmar, (uintptr_t)fs->contents, fs->len);
43 const void* p = fs->contents;
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.h34 // |contents| to the file, if provided.
35 bool CreateFile(const char* path, const char* contents = nullptr);
40 // Deletes a directory and all of its contents
H A Dfixture.cpp78 bool Fixture::CreateFile(const char* pathname, const char* contents) { argument
91 if (contents) {
92 ASSERT_GE(write(fd.get(), contents, strlen(contents) + 1), 0);
/fuchsia/zircon/system/host/kernel-buildsig/
H A Dkernel-buildsig.cpp72 std::string* contents() { return &contents_; } function in class:__anon576::reader::extracted_item
73 const std::string* contents() const { return &contents_; } function in class:__anon576::reader::extracted_item
77 indent, "", name(), contents()->c_str(),
162 *item->contents() = buf;
193 std::string* text = elf_buildid_.contents();
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.cpp34 const fbl::StringPiece contents)
41 ZX_ASSERT(contents.size() ==
42 static_cast<size_t>(write(fd, contents.data(), contents.size())));
108 // Returns true if and only if the contents of |file| match |expected|.
111 // Get the size of the file contents, copy it into a buffer, and compare.
33 ScopedScriptFile(const fbl::StringPiece path, const fbl::StringPiece contents) argument
H A Druntests-utils-test-utils.h35 // Creates a script file with given contents in its constructor and deletes it
41 // kMemFsPath. |contents| are the script contents. Shebang line will be
44 const fbl::StringPiece contents);
53 // Creates a script file with given contents in its constructor and deletes it
59 // |contents| are the script contents. Shebang line will be added automatically.
94 // Recursively removes the directory at |dir_path| and its contents.
146 // Returns true if and only if the contents of |file| match |expected|.
/fuchsia/zircon/make/
H A Dsysroot.mk7 # rules for generating the sysroot/ dir and contents in the builddir
56 # contents change, so the whatnot can lazily trigger on changes.
H A Dengine.mk428 # The contents of this are derived from BOOTFS_DEBUG_MODULES.
632 # include some rules for generating sysroot/ and contents in the build dir
/fuchsia/zircon/kernel/platform/generic-arm/
H A Dplatform.cpp249 char* contents = reinterpret_cast<char*>(payload); local
250 contents[item->length - 1] = '\0';
251 cmdline_append(contents);
/fuchsia/zircon/system/public/zircon/boot/
H A Dimage.h232 uint8_t contents[/*hdr_kernel.length - sizeof(zbi_kernel_t)*/]; member in struct:__anon657
233 // data_kernel.reserve_memory_size bytes in memory are free after contents.
261 // storage device. The payload (after decompression) is the contents of
267 // Zircon [userboot](../../../../docs/userboot.md) handles the contents
299 // of the contents of the file by that name.
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h257 /* loaded contents */
268 extern int unwi_load_as_contents (unw_addr_space_t as, struct as_contents *contents,
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1086 """Verifies contents of the descriptor - used in verify_image sub-command.
1172 """Verifies contents of the descriptor - used in verify_image sub-command.
1334 """Verifies contents of the descriptor - used in verify_image sub-command.
1491 """Verifies contents of the descriptor - used in verify_image sub-command.
1601 """Verifies contents of the descriptor - used in verify_image sub-command.
1704 """Verifies contents of the descriptor - used in verify_image sub-command.
1720 'contents.\n'.
2251 # contents which in the case of chain descriptors means checking only its
2252 # contents matches what is in |expected_chain_partitions_map|.

Completed in 120 milliseconds