Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc208 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile()
226 error_t *error_p) { in ReadFromFile()
236 error_t *error_p) { in WriteToFile()
245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
Dsanitizer_common.h229 error_t *errno_p = nullptr);
234 uptr *bytes_read = nullptr, error_t *error_p = nullptr);
236 uptr *bytes_written = nullptr, error_t *error_p = nullptr);
239 error_t *error_p = nullptr);
257 error_t *errno_p = nullptr);
341 const char *mmap_type, error_t err,
Dsanitizer_win.cc544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile()
569 error_t *error_p) { in ReadFromFile()
590 error_t *error_p) { in WriteToFile()
594 error_t dummy_error; in WriteToFile()
623 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_coverage_mapping_libcdep.cc93 error_t err; in CovUpdateMapping()
Dsanitizer_common.cc104 const char *mmap_type, error_t err, in ReportMmapFailureAndDie()
124 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer()
Dsanitizer_flag_parser.cc134 error_t err; in ParseFile()
/external/elfutils/lib/
Dcolor.c44 static error_t parse_opt (int key, char *arg, struct argp_state *state);
87 static error_t
/external/elfutils/src/
Darlib-argp.c39 static error_t
Dfindtextrel.c77 static error_t parse_opt (int key, char *arg, struct argp_state *state);
156 static error_t
Dsize.c83 static error_t parse_opt (int key, char *arg, struct argp_state *state);
200 static error_t
Dstrings.c90 static error_t parse_opt (int key, char *arg, struct argp_state *state);
225 static error_t
Daddr2line.c93 static error_t parse_opt (int key, char *arg, struct argp_state *state);
212 static error_t
Dobjdump.c74 static error_t parse_opt (int key, char *arg, struct argp_state *state);
173 static error_t
Delfcmp.c82 static error_t parse_opt (int key, char *arg, struct argp_state *state);
684 static error_t
/external/elfutils/libdwfl/
Dargp-std.c119 static inline error_t
126 static error_t
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h690 #define error_t int macro
Dconfig.h.cmake124 /* Define to 1 if the system has the type `error_t'. */
689 /* Define to a type to use for `error_t' if it is not otherwise available. */
690 #cmakedefine error_t ${error_t}
Dconfig.h.in122 /* Define to 1 if the system has the type `error_t'. */
690 /* Define to a type to use for `error_t' if it is not otherwise available. */
691 #undef error_t
/external/compiler-rt/lib/stats/
Dstats.cc47 error_t err; in OpenStatsFile()
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dltdl.m4409 AC_CHECK_TYPES([error_t],
411 [AC_DEFINE([error_t], [int], definition
412 [Define to a type to use for `error_t' if it is not otherwise available.])],
/external/elfutils/tests/
Ddwflsyms.c212 error_t res; in main()
Ddwflmodtest.c218 static error_t
Dbacktrace.c441 static error_t
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake217 check_type_exists(error_t errno.h HAVE_ERROR_T)
347 set(error_t int) variable

12