OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_errno
(Results
1 - 6
of
6
) sorted by null
/device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c
34
#define
error_errno
(s, a...) error(s ": %s", ##a, strerror(errno))
macro
76
error_errno
("failed to open /proc/sys/vm/drop_caches");
80
error_errno
("failed to write to /proc/sys/vm/drop_caches");
90
error_errno
("failed to open %s", filename);
94
error_errno
("failed to read %s", filename);
137
error_errno
("failed to seek output file to %lx", to_offset);
146
error_errno
("failed to write to output file");
164
error_errno
("failed to seek output file to %lx", to_offset);
168
error_errno
("failed to seek input file to %lx", from_offset);
180
error_errno
("failed to read from output file")
[
all
...]
/system/core/libsparse/
sparse_defs.h
47
#define
error_errno
(s, args...) error(s ": %s", ##args, strerror(errno))
macro
output_file.c
140
error_errno
("lseek64");
166
error_errno
("write");
197
error_errno
("gzopen");
212
error_errno
("gzseek");
249
error_errno
("gzwrite");
566
error_errno
("malloc zero_buf");
572
error_errno
("malloc fill_buf");
619
error_errno
("malloc struct outgz");
632
error_errno
("malloc struct outn");
650
error_errno
("malloc struct outc")
[
all
...]
/system/extras/ext4_utils/
make_ext4fs.c
128
error_errno
("scandir");
158
error_errno
("lstat");
391
error_errno
("open");
ext2simg.c
242
error_errno
("open");
ext4_utils.h
61
#define
error_errno
(s, args...) error(s ": %s", ##args, strerror(errno))
macro
Completed in 3362 milliseconds