Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts59 sourceFile: string; property
182 const sourceFile: string = info.sourceFile; constant
254 sourceFile: sourceFile, constant
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc.ts34 const sourceFile: string = inputPaths[i].sourceFile; constant
Dgen_merged_abc.ts64 const sourceFile: string = info.filePath.replace(projectConfig.projectRootPath + path.sep, ''); constant
Dgen_abc_plugin.ts106 sourceFile: string property
135 sourceFile: string; property in ModuleInfo
1261 const sourceFile: string = info.sourceFile; constant
Dutils.ts75 public get sourceFile() { method in FileLog
79 public set sourceFile(newValue: ts.SourceFile) { method in FileLog
140 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
Dprocess_visual.ts368 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
Dets_checker.ts724 const sourceFile: ts.SourceFile = ts.createSourceFile(fileName, source, constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts38 const sourceFile: string = inputPaths[i].sourceFile; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts91 sourceFile: string; property in ModuleInfo
/developtools/packing_tool/adapter/ohos/
DFileUtils.java342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java1699 private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, in compress()
1747 private ZipEntry getStoredZipEntry(File sourceFile, String name) throws BundleException { in getStoredZipEntry()
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js207 path: output, size: fileSize, cacheOutputPath: cacheOutputPath, sourceFile: sourceFile property