Home
last modified time | relevance | path

Searched refs:append_file (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.h104 struct append_file { struct
106 struct append_file *next; argument
139 extern struct append_file **file_mapping;
Dprocess_fragments.c223 struct append_file *append; in get_fragment_cksum()
Dmksquashfs.c292 struct append_file **file_mapping;
1433 struct append_file *append; in get_fragment_checksum()
1784 struct append_file *append_file; in add_file() local
1818 append_file = malloc(sizeof(struct append_file)); in add_file()
1819 if(append_file == NULL) in add_file()
1822 append_file->file = file; in add_file()
1823 append_file->next = file_mapping[fragment]; in add_file()
1824 file_mapping[fragment] = append_file; in add_file()
Dread_fs.c221 file_mapping = calloc(sBlk->fragments, sizeof(struct append_file *)); in scan_inode_table()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-stat.c1388 bool append_file = false; in cmd_stat() local
1430 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
1479 mode = append_file ? "a" : "w"; in cmd_stat()
1489 mode = append_file ? "a" : "w"; in cmd_stat()