Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/
Dtrace_file_filter.ts50 const bugreportMainEntry = files.find((file) => constant
56 if (!(await this.isBugreport(bugreportMainEntry, files))) {
68 assertDefined(bugreportMainEntry),
73 assertDefined(bugreportMainEntry),
81 bugreportMainEntry: TraceFile,
84 const bugreportName = (await bugreportMainEntry.file.text()).trim();
119 bugreportMainEntry: TraceFile | undefined,
122 if (!bugreportMainEntry) {
125 const bugreportName = (await bugreportMainEntry.file.text()).trim();
129 file.parentArchive === bugreportMainEntry.parentArchive &&
[all …]