Home | History | Annotate | Download | only in android

Lines Matching defs:DD

24 #  define  DD(...)  D(__VA_ARGS__)
26 # define DD(...) ((void)0)
83 DD("looking user-config in: %s", uc->iniPath);
99 DD("creating missing directory: %s", parentPath);
108 DD("reading user-config file");
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX);
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
146 DD(" Generated UUID = %lld", uc->uuid);
198 DD("Generated user-config file:\n%s", temp);