Searched refs:log_debug (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/support/
H A Dcommon.h29 # define log_debug(format, arg ...) \ macro
33 # define log_debug(...) macro
H A Dmkquota.c98 log_debug("setting quota ino in superblock: ino=%u, type=%d", ino,
111 log_debug("Couldn't read bitmaps: %s", error_message(retval));
139 log_debug("Couldn't write bitmaps: %s", error_message(retval));
176 log_debug("Unable to allocate quota handle: %s",
183 log_debug("Couldn't read bitmaps: %s", error_message(retval));
197 log_debug("Cannot initialize io on quotafile");
221 log_debug("Couldn't write bitmaps: %s", error_message(retval));
292 log_debug("Failed to allocate quota context");
303 log_debug("Failed to allocate dictionary");
383 log_debug("ADD_DAT
[all...]
H A Dquotaio_tree.c261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
323 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u",
338 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u",
H A Dquotaio.c235 log_debug("Opening quota ino=%lu, type=%d", qf_ino, qtype);
366 log_debug("Creating quota ino=%lu, type=%d", qf_inum, type);
/external/f2fs-tools/fsck/
H A Dcommon.h23 # define log_debug(format, arg ...) \ macro
27 # define log_debug(...) macro
H A Dmkquota.c75 log_debug("Unable to allocate quota handle");
83 log_debug("Cannot initialize io on quotafile");
152 log_debug("Failed to allocate quota context");
164 log_debug("Failed to allocate dictionary");
329 log_debug("[QUOTA WARNING] Usage inconsistent for ID %u:"
375 log_debug("Open quota file failed");
385 log_debug("Error scanning dquots");
394 log_debug("[QUOTA WARNING] "
H A Dquotaio_tree.c261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
325 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u",
341 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u",
H A Dquotaio.c168 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype);
/external/selinux/mcstrans/src/
H A Dmcstransd.c40 //#define log_debug(fmt, ...) syslog(LOG_DEBUG, fmt, __VA_ARGS__)
41 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
43 #define log_debug(fmt, ...) ; macro
72 log_debug("%s\n", "cleanup_exit");
80 log_debug("%s\n", "clean_exit");
218 log_debug("Failed to read request header %d != %u\n",(int)count,
226 log_debug("Header invalid data1_size=%u data2_size=%u\n",
233 log_debug("Could not allocate %d bytes\n", data1_size);
239 log_debug("Could not allocate %d bytes\n", data2_size);
253 log_debug("Faile
[all...]
H A Dmcstrans.c44 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
46 #define log_debug(fmt, ...) ; macro
456 log_debug("%s\n", "add_constraint");
643 log_debug(" add_cache (%s,%s)\n", raw, trans);
729 log_debug("%d: %s", lineno, buffer);
942 log_debug(" found %s in hashtable returning %s\n", range, trans);
1016 log_debug(">>> %s classification regexp=%s\n", domain->name, buffer);
1028 log_debug(">>> %s %s prefix regexp=%s\n", domain->name, g->name, buffer);
1069 log_debug(">>> %s %s modifier regexp=%s\n", domain->name, g->name, buffer);
1079 log_debug(">>>
[all...]
/external/python/cpython2/Lib/lib2to3/
H A Drefactor.py261 self.log_debug("Adding transformation: %s", fix_name)
284 def log_debug(self, msg, *args): member in class:RefactoringTool
312 self.log_debug("Descending into %s", dirpath)
347 self.log_debug("Refactoring doctests in %s", filename)
352 self.log_debug("No doctest changes in %s", filename)
360 self.log_debug("No changes in %s", filename)
385 self.log_debug("Refactoring %s", name)
392 self.log_debug("Refactoring doctests in stdin")
397 self.log_debug("No doctest changes in stdin")
403 self.log_debug("N
[all...]
/external/python/cpython3/Lib/lib2to3/
H A Drefactor.py258 self.log_debug("Adding transformation: %s", fix_name)
281 def log_debug(self, msg, *args): member in class:RefactoringTool
309 self.log_debug("Descending into %s", dirpath)
344 self.log_debug("Refactoring doctests in %s", filename)
349 self.log_debug("No doctest changes in %s", filename)
357 self.log_debug("No changes in %s", filename)
382 self.log_debug("Refactoring %s", name)
389 self.log_debug("Refactoring doctests in stdin")
394 self.log_debug("No doctest changes in stdin")
400 self.log_debug("N
[all...]
/external/python/cpython2/Lib/lib2to3/tests/
H A Dtest_refactor.py203 rt.log_debug = mock_log_debug
/external/python/cpython3/Lib/distutils/
H A Dutil.py499 def log_debug(self, msg, *args): member in class:run_2to3.DistutilsRefactoringTool
/external/python/cpython3/Lib/lib2to3/tests/
H A Dtest_refactor.py197 rt.log_debug = mock_log_debug

Completed in 322 milliseconds