Home
last modified time | relevance | path

Searched refs:DBUG (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/libhost/
H A DCopyFile.c43 # define DBUG(x) printf x macro
45 # define DBUG(x) ((void)0) macro
174 DBUG(("--- unable to set timestamps on '%s': %s\n", in setPermissions()
214 DBUG(("--- copying regular '%s' to '%s'\n", src, dst)); in copyRegular()
235 DBUG(("--- source is not newer: '%s'\n", src)); in copyRegular()
250 DBUG(("--- opening '%s'\n", dst)); in copyRegular()
369 DBUG(("--- copying symlink '%s' to '%s'\n", src, dst)); in copySymlink()
391 DBUG(("--- source is not newer: '%s'\n", src)); in copySymlink()
409 DBUG(("--- removing '%s'\n", dst)); in copySymlink()
449 DBUG(("--- copy dir '%s' to '%s'\n", src, dst)); in copyDirectory()
[all …]
/aosp12/build/make/tools/acp/
H A Dacp.c28 # define DBUG(x) printf x macro
30 # define DBUG(x) ((void)0) macro
92 DBUG(("--- dest exists and is a dir, setting flag\n")); in process()
248 DBUG(("EXIT: %d\n", retVal)); in main()