OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_log
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
malloc_debug_common.h
108
#define
debug_log
(format, ...) \
macro
malloc_debug_leak.cpp
110
//
debug_log
("backtrace: %p, entry: %p entry->backtrace: %p\n",
132
debug_log
("malloc_debug: allocation %zx exceeds bit width\n", size);
324
debug_log
("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",
355
debug_log
("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",
422
debug_log
("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",
/external/chromium/chrome/common/extensions/docs/build/
build.py
238
debug_log
= os.path.normpath(_build_dir + "/" + "debug.log")
239
if (os.path.isfile(
debug_log
)):
240
os.remove(
debug_log
)
Completed in 48 milliseconds