Home
last modified time | relevance | path

Searched refs:filePathFromModuleRoot (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Ddeclgen_worker.ts60 … let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, fileInfo.filePath); variable
64 filePathFromModuleRoot
70 filePathFromModuleRoot
Dbuild_framework_mode.ts51 let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, file);
52 …filePathInCache: string = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);
Dbase_mode.ts143 …const filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, fileInfo.filePath); constant
145 … path.join(moduleInfo.declgenV1OutPath as string, moduleInfo.packageName, filePathFromModuleRoot),
149 …h.join(moduleInfo.declgenBridgeCodePath as string, moduleInfo.packageName, filePathFromModuleRoot),
576 const filePathFromModuleRoot = path.relative(moduleInfo.moduleRootPath, file); constant
577 … const filePathInCache = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);
624 const filePathFromModuleRoot = path.relative(moduleInfo.moduleRootPath, file); constant
625 … const filePathInCache = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);
652 …private shouldSkipFile(file: string, moduleInfo: ModuleInfo, filePathFromModuleRoot: string, abcFi…
654 …uleInfo.declgenBridgeCodePath as string, moduleInfo.packageName, filePathFromModuleRoot), TS_SUFFI…
670 const filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, file); constant
[all …]
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DbuildMode.ts160 let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, file);
161 …filePathInCache: string = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);