Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts62 sourceFile: string; property
186 const sourceFile: string = isDebug(this.projectConfig) ? info.sourceFile : constant
259 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
1262 const sourceFile: string = info.sourceFile; constant
Dutils.ts74 public get sourceFile() { method in FileLog
78 public set sourceFile(newValue: ts.SourceFile) { method in FileLog
144 const sourceFile: ts.SourceFile = transformLog.sourceFile; constant
Dprocess_visual.ts368 const sourceFile: ts.SourceFile = ts.createSourceFile( constant
Dets_checker.ts1015 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/test/ark_compiler_ut/module/
Dmodule_source_file.test.ts543 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
572 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
601 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
630 …const sourceFile = ts.createSourceFile(moduleId, code, ts.ScriptTarget.Latest, true, ts.ScriptKind… constant
/developtools/packing_tool/adapter/ohos/
DScan.java161 File sourceFile = new File(absolutePath); in getAllInputFileList() local
DFileUtils.java342 … public static void copyFile(File sourceFile, File destFile) throws IOException, BundleException { in copyFile()
DCompressor.java1192 File sourceFile = new File(source); in copyFileSafely() local
2004 …private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, boolean keepD… in compress()
2051 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
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts98 sourceFile: string; property in ModuleInfo