HomeSort by relevance Sort by last modified time
    Searched refs:read_error (Results 1 - 19 of 19) sorted by null

  /external/dbus/dbus/
dbus-internals.c 781 DBusError read_error = DBUS_ERROR_INIT; local
783 if (_dbus_read_uuid_file_without_creating (filename, uuid, &read_error))
788 dbus_move_error (&read_error, error);
796 if (dbus_error_has_name (&read_error, DBUS_ERROR_INVALID_FILE_CONTENT))
798 dbus_move_error (&read_error, error);
803 dbus_error_free (&read_error);
  /external/elfutils/libdwfl/
elf-from-memory.c 98 read_error:
198 goto read_error;
301 goto read_error;
328 goto read_error;
  /external/grub/stage2/
start.S 158 jc read_error
256 jc read_error
332 read_error: label
  /external/e2fsprogs/e2fsck/
ehandler.c 125 channel->read_error = e2fsck_handle_read_error;
  /external/grub/stage1/
stage1.S 345 jc read_error
394 read_error: label
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 185 if (channel->read_error)
186 retval = (channel->read_error)(channel, block, count, buf,
239 if (channel->read_error)
240 retval = (channel->read_error)(channel, block, count, buf,
442 io->read_error = 0;
ext2_io.h 38 errcode_t (*read_error)(io_channel channel, member in struct:struct_io_channel
undo_io.c 339 channel->read_error = undo_io_read_error;
367 io->read_error = 0;
inode_io.c 150 io->read_error = 0;
dosio.c 163 ioch->read_error = 0;
nt_io.c 1128 io->read_error = 0;
1357 if (channel->read_error)
1359 return (channel->read_error)(channel, block, count, buf,
test_io.c 206 io->read_error = 0;
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 530 int read_error; local
533 &read, &read_error);
548 read_error = 0;
550 *error = HandleStreamClose(read_error);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 870 goto read_error;
891 goto read_error;
902 read_error:;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 870 goto read_error;
891 goto read_error;
902 read_error:;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 870 goto read_error;
891 goto read_error;
902 read_error:;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 870 goto read_error;
891 goto read_error;
902 read_error:;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 870 goto read_error;
891 goto read_error;
902 read_error:;
    [all...]
  /external/openssh/
sftp-client.c 994 int read_error, write_errno; local
1062 write_error = read_error = write_errno = num_req = offset = 0;
1118 read_error = 1;
1188 if (read_error) {
    [all...]

Completed in 821 milliseconds