Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
118 property_get("dalvik.vm.stack-trace-file", anr_traces_path, "");
120 printf("*** NO VM TRACES FILE DEFINED (dalvik.vm.stack-trace-file)\n\n");
122 printf("*** NO ANR VM TRACES FILE (%s): %s\n\n", anr_traces_path, strerror(errno));
137 // No traces file at this index, done with the files.
295 fprintf(stderr, "usage: dumpstate [-b soundfile] [-e soundfile] [-o file [-d] [-p] [-z]] [-s]\n"
296 " -o: write to file (instead of stdout)\n"
301 " -b: play sound file instead of vibrate, at beginning of job\n"
302 " -e: play sound file instead of vibrate, at end of job\n"
321 FILE *oom_adj = fopen("/proc/self/oom_adj", "w");
349 FILE *vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w");
353 FILE *cmdline = fopen("/proc/cmdline", "r");
450 /* rename the (now complete) .tmp file to its final location */