Home | History | Annotate | Download | only in mips

Lines Matching defs:file_name

96   char* file_name = getenv("V8_GENERATED_CODE_COVERAGE_LOG");
97 if (file_name != NULL) {
98 coverage_log = fopen(file_name, "aw+");