Searched defs:sourceFile (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace-ets2bundle/compiler/src/ |
| D | result_process.ts | 45 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
|
| D | utils.ts | 52 public get sourceFile() { method in FileLog 56 public set sourceFile(newValue: ts.SourceFile) { method in FileLog
|
| D | ets_checker.ts | 262 const sourceFile: ts.SourceFile = ts.createSourceFile(fileName, source, constant
|
| D | pre_process.ts | 85 const sourceFile: ts.SourceFile = ts.createSourceFile(resourcePath, content, constant
|
| D | validate_ui_syntax.ts | 154 const sourceFile: ts.SourceFile = ts.createSourceFile(filePath, source, constant 327 const sourceFile: ts.SourceFile = ts.createSourceFile(filePath, content, constant
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Compressor.java | 1086 private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, in compress() 1134 private ZipEntry getStoredZipEntry(File sourceFile, String name) throws BundleException { in getStoredZipEntry()
|