Searched defs:LOGP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp73 #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);
207 LOGP("write_delete_file %s\n", key.string());
215 LOGP("write_update_file %s (%s) : mode 0%o\n", realFilename, key.string(), mode);
369 LOGP("back_up_files key already in use '%s'", key.string());
394 LOGP("file removed: %s", p.string());
399 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32);
406 LOGP("%s", q.string());
407 LOGP(" ol
[all...]

Completed in 387 milliseconds