Searched refs:fileSystemIoData (Results 1 – 4 of 4) sorted by relevance
140 if (ioCompletionTimeParam.fileSystemIoData == undefined) {149 let typeIndexOf = this.native_type.indexOf(ioCompletionTimeParam.fileSystemIoData.path.value);151 this.ioCompletionTimesSelection.push(ioCompletionTimeParam.fileSystemIoData.path);152 this.native_type.push(ioCompletionTimeParam.fileSystemIoData.path.value);166 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);167 ioCompletionTimeParam.fileSystemIoData = undefined;190 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);191 ioCompletionTimeParam.fileSystemIoData = undefined;
73 fileSystemIoData: 'aa',
262 this.selection!.fileSystemIoData = {path: e.detail.path};
44 fileSystemIoData: any = undefined; property in SelectionParam