Searched defs:sourceFile (Results 1 – 12 of 12) sorted by relevance
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
D | bundle_mode.ts | 59 sourceFile: string; property 182 const sourceFile: string = info.sourceFile; constant 254 sourceFile: sourceFile, constant
|
/developtools/ace_ets2bundle/compiler/src/ |
D | gen_abc.ts | 34 const sourceFile: string = inputPaths[i].sourceFile; constant
|
D | gen_merged_abc.ts | 64 const sourceFile: string = info.filePath.replace(projectConfig.projectRootPath + path.sep, ''); constant
|
D | gen_abc_plugin.ts | 106 sourceFile: string property 135 sourceFile: string; property in ModuleInfo 1261 const sourceFile: string = info.sourceFile; constant
|
D | utils.ts | 75 public get sourceFile() { method in FileLog 79 public set sourceFile(newValue: ts.SourceFile) { method in FileLog 140 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
|
D | process_visual.ts | 368 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
|
D | ets_checker.ts | 724 const sourceFile: ts.SourceFile = ts.createSourceFile(fileName, source, constant
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | gen_abc.ts | 38 const sourceFile: string = inputPaths[i].sourceFile; constant
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 91 sourceFile: string; property in ModuleInfo
|
/developtools/packing_tool/adapter/ohos/ |
D | FileUtils.java | 342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
|
D | Compressor.java | 1699 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/ |
D | genAbc-plugin.js | 207 path: output, size: fileSize, cacheOutputPath: cacheOutputPath, sourceFile: sourceFile property
|