Home
last modified time | relevance | path

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

/external/openscreen/build/code_coverage/
Dmerge_lib.py113 for profraw_file in profraw_files:
114 if not profraw_file.endswith('.profraw'):
115 raise RuntimeError('%r is expected to be a .profraw file.' % profraw_file)
124 for profraw_file in profraw_files:
125 logging.info('Converting profraw file: %r', profraw_file)
128 (profraw_file, output_profdata_files, invalid_profraw_files,
142 def _validate_and_convert_profraw(profraw_file, output_profdata_files, argument
145 output_profdata_file = profraw_file.replace('.profraw', '.profdata')
155 subprocess_cmd.append(profraw_file)
168 logging.info('Converting %r to %r', profraw_file, output_profdata_file)
[all …]
/external/oss-fuzz/infra/base-images/base-runner/
Dcoverage62 local profraw_file="$DUMPS_DIR/$target.%1m.profraw"
79 export LLVM_PROFILE_FILE=$profraw_file