Searched refs:traceFileName (Results 1 – 2 of 2) sorted by relevance
140 private traceFileName: string | undefined; property in SpApplication524 this.traceFileName = fileName;558 this.traceFileName = fileName;1013 this.traceFileName = `hiprofiler_long_${timeStamp}_${indexedDbPageNum}.htrace`;1027 const file = new File([new Blob(finalData)], this.traceFileName);1028 this.handleWasmMode(file, file.name, file.size, this.traceFileName);1032 const file = new File([fileBlob], this.traceFileName);
1112 let traceFileName = this.longTraceList[fileIndex]; variable1113 … if (this.sp!.fileTypeList.some((fileType) => traceFileName.toLowerCase().includes(fileType))) {1116 let firstLastIndexOf = traceFileName.lastIndexOf('.');1117 let firstText = traceFileName.slice(0, firstLastIndexOf);