• Home
  • Raw
  • Download

Lines Matching refs:LOG

49 #define LOG(tag) (LogStream().stream() << #tag << ":")  macro
65 LOG(ERROR) << "failed to read from " << in_filename << " in zipfile " in CopySubfile()
75 LOG(ERROR) << "failed to write from " << out_filename << " in zipfile " in CopySubfile()
108 LOG(ERROR) << "failed to open zipfile " << z_filename_; in OpenOrDie()
116 LOG(ERROR) << "failed to close input zipfile " << z_filename_; in ~ScopedUnzip()
135 LOG(ERROR) << "failed to open zipfile " << z_filename_; in OpenOrDie()
143 LOG(ERROR) << "failed to close output zipfile" << z_filename_; in ~ScopedZip()
286 LOG(ERROR) << "failed to get filename" << out_zip_filename; in CheckPageAlignAndOnlyOneLibrary()
295 LOG(ERROR) in CheckPageAlignAndOnlyOneLibrary()
307 LOG(ERROR) << "failed to open subfile" << out_zip_filename << " " in CheckPageAlignAndOnlyOneLibrary()
316 LOG(ERROR) << "Failed to page align library " << in_filename in CheckPageAlignAndOnlyOneLibrary()
322 LOG(ERROR) << "failed to close subfile" << out_zip_filename << " " in CheckPageAlignAndOnlyOneLibrary()
333 LOG(ERROR) << "failed to go to next file" << out_zip_filename; in CheckPageAlignAndOnlyOneLibrary()
353 LOG(ERROR) << "failed to go to first file in " << in_zip_filename; in Rezip()
372 LOG(ERROR) << "failed to get filename " << in_zip_filename; in Rezip()
399 LOG(ERROR) << "failed to open subfile " << in_zip_filename << " " in Rezip()
440 LOG(ERROR) << "failed to open subfile " << out_zip_filename << " " in Rezip()
456 LOG(ERROR) << "failed to close subfile " << out_zip_filename << " " in Rezip()
463 LOG(ERROR) << "failed to close subfile " << in_zip_filename << " " in Rezip()
472 LOG(ERROR) << "failed to go to next file" << in_zip_filename; in Rezip()
482 LOG(ERROR) << "Usage: <action> <in_zipfile> <out_zipfile>"; in main()
483 LOG(ERROR) << " <action> is 'inflatealign', 'dropdescriptors' or 'rename'"; in main()
484 LOG(ERROR) << " 'inflatealign'"; in main()
485 LOG(ERROR) << " inflate and page aligns files of the form " in main()
487 LOG(ERROR) << " 'dropdescriptors':"; in main()
488 LOG(ERROR) << " remove zip data descriptors from the zip file"; in main()
489 LOG(ERROR) << " 'rename':"; in main()
490 LOG(ERROR) << " renames files of the form lib/*/lib*.so to " in main()
518 LOG(ERROR) << "Usage: <action> should be 'inflatealign', " in main()