Searched refs:LOGP (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 73 #define LOGP(f, x...) if (kIsDebug) printf(f "\n", x) macro 75 #define LOGP(x...) if (kIsDebug) ALOGD(x) macro 159 LOGP("write_snapshot_file fd=%d\n", fd); in write_snapshot_file() 207 LOGP("write_delete_file %s\n", key.string()); in write_delete_file() 215 LOGP("write_update_file %s (%s) : mode 0%o\n", realFilename, key.string(), mode); in write_update_file() 369 LOGP("back_up_files key already in use '%s'", key.string()); in back_up_files() 394 LOGP("file removed: %s", p.string()); in back_up_files() 399 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32); in back_up_files() 406 LOGP("%s", q.string()); in back_up_files() 407 LOGP(" old: modTime=%d,%d mode=%04o size=%-3d crc32=0x%08x", in back_up_files() [all …]
|