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

  /system/core/adb/
set_verity_enable_state_service.cpp 52 WriteFdFmt(fd, "Could not make block device %s writable (%s).\n",
60 WriteFdFmt(fd, "Could not open block device %s (%s).\n", block_device, strerror(errno));
61 WriteFdFmt(fd, "Maybe run adb root?\n");
68 WriteFdFmt(fd, "Couldn't find verity metadata!\n");
73 WriteFdFmt(fd, "Verity already disabled on %s\n", mount_point);
78 WriteFdFmt(fd, "Verity already enabled on %s\n", mount_point);
83 WriteFdFmt(fd, "Could not set verity %s flag on device %s with error %s\n",
89 WriteFdFmt(fd, "Verity %s on %s\n", enable ? "enabled" : "disabled", mount_point);
111 WriteFdFmt(fd, "Device is locked. Please unlock the device first\n");
116 WriteFdFmt(fd, "Error getting verity state. Try adb root first?\n")
    [all...]
adb_io.h 74 bool WriteFdFmt(int fd, const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
remount_service.cpp 99 WriteFdFmt(fd, "remount of %s failed; couldn't make block device %s writable: %s\n",
107 WriteFdFmt(fd, "remount of the %s mount failed: %s.\n", dir, strerror(errno));
111 WriteFdFmt(fd, "remount of the %s superblock failed: %s\n", dir, strerror(errno));
130 WriteFdFmt(fd,
adb_io.cpp 41 return WriteFdFmt(fd, "%04x%.*s", length, length, s.c_str());
134 bool WriteFdFmt(int fd, const char* fmt, ...) {
adb_io_test.cpp 146 POSIX_TEST(io, WriteFdFmt) {
151 ASSERT_TRUE(WriteFdFmt(tf.fd, "Foo%s%d", "bar", 123)) << strerror(errno);
services.cpp 107 WriteFdFmt(fd, "invalid port %d\n", port);
113 WriteFdFmt(fd, "restarting in TCP mode port: %d\n", port);
157 WriteFdFmt(fd, "reboot (%s) failed\n", reboot_string.c_str());
  /bootable/recovery/minadbd/
fuse_adb_provider.cpp 31 if (!WriteFdFmt(ad.sfd, "%08u", block)) {

Completed in 71 milliseconds