/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
D | check_shared_module.test.ts | 35 let sourceFile: ts.SourceFile; variable
|
D | process_kit_import.test.ts | 199 const sourceFile = ts.createSourceFile( constant
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
D | bundle_mode.ts | 60 sourceFile: string; property 190 … const sourceFile: string = isDebug(this.projectConfig) ? info.sourceFile.replace(/(.*)_/, '$1') : constant 264 sourceFile: sourceFile, constant
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/ |
D | bundle_mode.test.ts | 214 const sourceFile: string = filesinfo[3]; constant 235 const sourceFile: string = filesinfo[3]; 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 | 105 sourceFile: string property 134 sourceFile: string; property in ModuleInfo 1261 const sourceFile: string = info.sourceFile; constant
|
D | process_visual.ts | 368 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
|
D | utils.ts | 79 public get sourceFile() { method in FileLog 83 public set sourceFile(newValue: ts.SourceFile) { method in FileLog 149 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
|
D | process_component_member.ts | 500 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 501 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
D | validate_ui_syntax.ts | 1190 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 1191 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
D | ets_checker.ts | 1087 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/test/ark_compiler_ut/module/ |
D | module_source_file.test.ts | 578 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 609 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 640 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 671 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
|
/developtools/packing_tool/adapter/ohos/ |
D | Scan.java | 161 File sourceFile = new File(absolutePath); in getAllInputFileList() local
|
D | FileUtils.java | 343 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
|
D | Compressor.java | 1209 File sourceFile = new File(source); in copyFileSafely() local 2070 …private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, boolean keepD… in compress() 2117 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
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
D | module_mode.ts | 107 sourceFile: string; property in ModuleInfo
|