| /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 | 302 const sourceFile = ts.createSourceFile( constant 460 …const sourceFile: ts.SourceFile = ModuleSourceFile.getSourceFiles().find(element => element.module… constant 494 …const sourceFile: ts.SourceFile = ModuleSourceFile.getSourceFiles().find(element => element.module… constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 60 sourceFile: string; property 194 … const sourceFile: string = (isDebug(this.projectConfig) ? info.sourceFile.replace(/(.*)_/, '$1') : constant 267 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 1268 const sourceFile: string = info.sourceFile; constant
|
| D | process_visual.ts | 337 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
|
| D | utils.ts | 80 public get sourceFile() { method in FileLog 84 public set sourceFile(newValue: ts.SourceFile) { method in FileLog 150 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
|
| D | process_component_member.ts | 503 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 504 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
| D | validate_ui_syntax.ts | 1394 const sourceFile: ts.SourceFile = node.getSourceFile(); constant 1395 const filePath: string = sourceFile ? sourceFile.fileName : undefined; constant
|
| D | ets_checker.ts | 1144 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 | 582 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 613 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 644 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant 675 …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 | 1418 File sourceFile = new File(source); in copyFileSafely() local 2290 …private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, boolean keepD… in compress() 2337 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 | 110 sourceFile: string; property in ModuleInfo
|