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

  /build/kati/
file.cc 38 PERROR("fstat failed for %s", filename.c_str());
48 PERROR("read failed for %s", filename.c_str());
53 PERROR("close failed for %s", filename.c_str());
timeutil.cc 32 PERROR("gettimeofday");
fileutil.cc 84 PERROR("pipe failed");
92 PERROR("waitpid failed");
98 PERROR("read failed");
115 PERROR("dup2 failed");
119 PERROR("dup2 failed");
123 PERROR("dup2 failed");
138 PERROR("readlink for /proc/self/exe");
regen_dump.cc 38 PERROR("fopen");
log.h 53 #define PERROR(...) do { \
regen.cc 98 PERROR("fseek");
374 PERROR("fopen");
378 PERROR("fwrite");
382 PERROR("fclose");
ninja.cc 585 PERROR("fopen(build.ninja) failed");
655 PERROR("fopen(env.sh) failed");
674 PERROR("fopen(ninja.sh) failed");
693 PERROR("chmod ninja.sh failed");
  /system/core/fs_mgr/
fs_mgr_dm_ioctl.cpp 42 PERROR << "Error creating device mapping";
51 PERROR << "Error removing device mapping";
63 PERROR << "Error fetching verity device number";
76 PERROR << "Error activating verity device";
fs_mgr_verity.cpp 290 PERROR << "Error loading verity table";
309 PERROR << "Failed to open " << fname;
315 PERROR << "Failed to fstat " << fname;
326 PERROR << "Failed to lseek " << (intmax_t)(s.st_size - size) << " " << fname;
331 PERROR << "Failed to read " << size << " bytes from " << fname;
403 PERROR << "Failed to open " << fname;
410 PERROR << "Failed to read magic from " << fname;
419 PERROR << "Failed to write magic to " << fname;
425 PERROR << "Failed to add metadata to " << fname;
450 PERROR << "Failed to seek " << fname
    [all...]
fs_mgr_format.cpp 48 PERROR << "Cannot open block device";
53 PERROR << "Cannot get block device size";
fs_mgr_priv.h 42 #define PERROR PLOG(ERROR) << FS_MGR_TAG
fs_mgr.cpp 101 PERROR << "clock_gettime(CLOCK_MONOTONIC) failed";
182 PERROR << __FUNCTION__ << "(): umount(" << target << ") failed";
187 PERROR << __FUNCTION__ << "(): umount(" << target << ") timed out";
298 PERROR << "Can't read '" << blk_device << "' super block";
338 PERROR << "Failed to open '" << blk_device << "'";
385 PERROR << "Can't read '" << blk_device << "' super block";
401 PERROR << "Failed to open '" << blk_device << "'";
    [all...]
fs_mgr_avb_ops.cpp 142 PERROR << "Failed to open " << path;
166 PERROR << "Failed to read " << num_bytes << " bytes from " << path << " offset " << offset;
fs_mgr_avb.cpp 331 PERROR << "Error loading verity table";
345 PERROR << "Error opening device mapper";
fs_mgr_fstab.cpp 640 PERROR << __FUNCTION__<< "(): cannot open file: '" << fstab_path << "'";
670 PERROR << __FUNCTION__ << "(): failed to create a file stream for fstab dt";
  /external/valgrind/none/tests/mips32/
round_fpu64.c 7 #define PERROR \
103 PERROR;
201 PERROR;
  /external/libpcap/msdos/
ndis2.c 202 #define PERROR(str) printf("%s (%d): %s\n", __FILE__,__LINE__,str)
235 PERROR ("tried to free too many stacks");
298 else PERROR ("unknown module");

Completed in 247 milliseconds