Home
last modified time | relevance | path

Searched refs:error_t (Results 1 – 25 of 28) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc213 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile()
231 error_t *error_p) { in ReadFromFile()
241 error_t *error_p) { in WriteToFile()
250 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
Dsanitizer_common.h205 error_t *errno_p = nullptr);
210 uptr *bytes_read = nullptr, error_t *error_p = nullptr);
212 uptr *bytes_written = nullptr, error_t *error_p = nullptr);
215 error_t *error_p = nullptr);
224 uptr max_len, error_t *errno_p = nullptr);
Dsanitizer_win.cc404 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile()
419 error_t *error_p) { in ReadFromFile()
429 error_t *error_p) { in WriteToFile()
451 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
Dsanitizer_internal_defs.h87 typedef unsigned error_t; typedef
90 typedef int error_t; typedef
Dsanitizer_flags.cc57 error_t err; in Parse()
Dsanitizer_coverage_mapping_libcdep.cc98 error_t err; in CovUpdateMapping()
Dsanitizer_common.cc138 uptr max_len, error_t *errno_p) { in ReadFileToBuffer()
/external/elfutils/src/lib/
Dcolor.c44 static error_t parse_opt (int key, char *arg, struct argp_state *state);
87 static error_t
/external/elfutils/src/src/
Darlib-argp.c39 static error_t
Dld.c196 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state);
197 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state);
543 static error_t
757 static error_t
Dfindtextrel.c79 static error_t parse_opt (int key, char *arg, struct argp_state *state);
172 static error_t
Dstrings.c87 static error_t parse_opt (int key, char *arg, struct argp_state *state);
236 static error_t
Daddr2line.c88 static error_t parse_opt (int key, char *arg, struct argp_state *state);
206 static error_t
Dsize.c87 static error_t parse_opt (int key, char *arg, struct argp_state *state);
221 static error_t
Dobjdump.c75 static error_t parse_opt (int key, char *arg, struct argp_state *state);
191 static error_t
Delfcmp.c84 static error_t parse_opt (int key, char *arg, struct argp_state *state);
673 static error_t
Dar.c106 static error_t parse_opt (int key, char *arg, struct argp_state *state);
299 static error_t
Dnm.c111 static error_t parse_opt (int key, char *arg, struct argp_state *state);
275 static error_t
Dstack.c479 static error_t
Dunstrip.c107 static error_t
181 error_t fail = 0; in parse_opt()
2317 error_t result = argp_parse (&argp, argc, argv, 0, &remaining, &info); in main()
/external/elfutils/src/libdwfl/
Dargp-std.c103 static error_t
116 inline error_t fail (Dwfl *dwfl, int errnum, const char *msg) in parse_opt()
/external/elfutils/src/tests/
Ddwflsyms.c213 error_t res; in main()
Ddwflmodtest.c218 static error_t
Dbacktrace.c426 static error_t
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch339 +/* Define to 1 if the system has the type `error_t'. */
900 +/* Define to a type to use for `error_t' if it is not otherwise available. */
901 +/* #undef error_t */
1282 +/* Define to 1 if the system has the type `error_t'. */
1882 +/* Define to a type to use for `error_t' if it is not otherwise available. */
1883 +/* #undef error_t */

12