Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 40) sorted by relevance

12

/system/core/fastbootd/commands/
Dpartitions.c108 int GPT_map_from_content(struct GPT_entry_table *table, const struct GPT_content *content) in GPT_map_from_content() argument
112 if (gpt_mmap(&table->header_map, LBA_ADDR(table, content->header.current_lba), in GPT_map_from_content()
120 table->partition_table_size = ROUND_UP(content->header.entries_count * sizeof(*table->entries), in GPT_map_from_content()
124 if (gpt_mmap(&table->entries_map, LBA_ADDR(table, content->header.entries_lba), in GPT_map_from_content()
133 if (gpt_mmap(&table->sec_header_map, LBA_ADDR(table, content->header.backup_lba), in GPT_map_from_content()
141 LBA_ADDR(table, content->header.backup_lba) - table->partition_table_size, in GPT_map_from_content()
165 struct GPT_content content; in GPT_map() local
181 content.header = *header; in GPT_map()
185 return GPT_map_from_content(table, &content); in GPT_map()
222 …c struct GPT_entry_table* GPT_get_from_content(const char *path, const struct GPT_content *content) in GPT_get_from_content() argument
[all …]
Dflash.c127 BIO *content; in flash_validate_certificate() local
141 if (cert_read(signed_fd, &content_info, &content)) { in flash_validate_certificate()
146 ret = cert_verify(content, content_info, store, data_fd); in flash_validate_certificate()
147 cert_release(content, content_info); in flash_validate_certificate()
Dpartitions.h128 void GPT_default_content(struct GPT_content *content, struct GPT_entry_table *table);
130 void GPT_release_content(struct GPT_content *content);
132 int GPT_parse_file(int fd, struct GPT_content *content);
134 int GPT_write_content(const char *device, struct GPT_content *content);
/system/core/fastbootd/
Dsecure.c100 int cert_read(int fd, CMS_ContentInfo **content, BIO **output) { in cert_read() argument
114 *content = SMIME_read_CMS(input, output); in cert_read()
115 if (*content == NULL) { in cert_read()
131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify() argument
148 ret = CMS_verify(content_info, NULL ,store, content, output_temp, 0); in cert_verify()
154 D(ERR, "Data used: content %p", content); in cert_verify()
165 void cert_release(BIO *content, CMS_ContentInfo *info) { in cert_release() argument
166 BIO_free(content); in cert_release()
Dsecure.h49 int cert_read(int fd, CMS_ContentInfo **content, BIO **output);
50 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd);
51 void cert_release(BIO *content, CMS_ContentInfo *info);
Dcommands.c223 struct GPT_content content; in cmd_gpt_layout() local
241 GPT_default_content(&content, oldtable); in cmd_gpt_layout()
247 if (!GPT_parse_file(phandle->download_fd, &content)) { in cmd_gpt_layout()
252 if (trigger_gpt_layout(&content)) { in cmd_gpt_layout()
254 GPT_release_content(&content); in cmd_gpt_layout()
258 if (!GPT_write_content(device, &content)) { in cmd_gpt_layout()
260 GPT_release_content(&content); in cmd_gpt_layout()
264 GPT_release_content(&content); in cmd_gpt_layout()
/system/extras/verity/
DVeritySigner.java28 byte[] content = Utils.read(args[0]); in main()
30 byte[] signature = Utils.sign(privateKey, content); in main()
/system/core/fastbootd/other/sign/src/
DSignImg.java101 …private static void save(MimeBodyPart content, String path) throws IOException, FileNotFoundExcept… in save() argument
105 content.writeTo(os); in save()
/system/media/camera/docs/
Dhtml.mako61 .entry_type_name_enum:after { color: #669900; font-weight: bold; content:" (enum)" }
67 .entry_type_enum_notes:before { content:" - " }
69 .entry_type_enum_value:before { content:" = " }
/system/core/adb/
DSERVICES.TXT31 device changes (hex4 + content). This allows tools like DDMS
230 <hex4>: the length of all content as a 4-char hexadecimal string
231 <content>: a series of ASCII lines of the following format:
DOVERVIEW.TXT97 The content length is encoded in ASCII for easier debugging.
/system/core/liblog/
DREADME103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/taskstats/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/libnetutils/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/procrank/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/init/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/libutils/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/libzipfile/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/showslab/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/procmem/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/f2fs_utils/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/showmap/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/librank/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/ksmutils/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.

12