Home | History | Annotate | Download | only in mips64

Lines Matching defs:file_name

112   char* file_name = getenv("V8_GENERATED_CODE_COVERAGE_LOG");
113 if (file_name != NULL) {
114 coverage_log = fopen(file_name, "aw+");