Searched refs:file (Results 76 - 77 of 77) sorted by relevance

1234

/system/core/libsparse/
H A Doutput_file.c5 * you may not use this file except in compliance with the License.
751 /* Write a contiguous region of data blocks from a file */
753 const char *file, int64_t offset)
757 int file_fd = open(file, O_RDONLY | O_BINARY);
752 write_file_chunk(struct output_file *out, unsigned int len, const char *file, int64_t offset) argument
/system/extras/ext4_utils/
H A Dext4.h27 #define EXT4_ERROR_FILE(file, fmt, a...) ext4_error_file(__func__, (file), (fmt), ## a);

Completed in 70 milliseconds

1234