Home
last modified time | relevance | path

Searched refs:LOGP (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DBackupHelpers.cpp72 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x) macro
74 #define LOGP(x...) if (kIsDebug) ALOGD(x) macro
158 LOGP("write_snapshot_file fd=%d\n", fd); in write_snapshot_file()
206 LOGP("write_delete_file %s\n", key.string()); in write_delete_file()
214 LOGP("write_update_file %s (%s) : mode 0%o\n", realFilename, key.string(), mode); in write_update_file()
368 LOGP("back_up_files key already in use '%s'", key.string()); in back_up_files()
393 LOGP("file removed: %s", p.string()); in back_up_files()
398 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32); in back_up_files()
405 LOGP("%s", q.string()); in back_up_files()
406 LOGP(" old: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x", in back_up_files()
[all …]