Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 6 of 6) sorted by relevance

/developtools/ace-ets2bundle/compiler/src/
Dresult_process.ts45 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
Dutils.ts52 public get sourceFile() { method in FileLog
56 public set sourceFile(newValue: ts.SourceFile) { method in FileLog
Dets_checker.ts262 const sourceFile: ts.SourceFile = ts.createSourceFile(fileName, source, constant
Dpre_process.ts85 const sourceFile: ts.SourceFile = ts.createSourceFile(resourcePath, content, constant
Dvalidate_ui_syntax.ts154 const sourceFile: ts.SourceFile = ts.createSourceFile(filePath, source, constant
327 const sourceFile: ts.SourceFile = ts.createSourceFile(filePath, content, constant
/developtools/packing_tool/adapter/ohos/
DCompressor.java1086 private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, in compress()
1134 private ZipEntry getStoredZipEntry(File sourceFile, String name) throws BundleException { in getStoredZipEntry()