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

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp72 #define LOGP(f, x...) macro
75 #define LOGP(f, x...) printf(f "\n", x) macro
77 #define LOGP(x...) ALOGD(x) macro
162 LOGP("write_snapshot_file fd=%d\n", fd);
210 LOGP("write_delete_file %s\n", key.string());
218 LOGP("write_update_file %s (%s) : mode 0%o\n", realFilename, key.string(), mode);
372 LOGP("back_up_files key already in use '%s'", key.string());
397 LOGP("file removed: %s", p.string());
402 LOGP("file added: %s crc=0x%08x", g.file.string(), g.s.crc32);
409 LOGP("
[all...]

Completed in 201 milliseconds