Searched refs:filePathFromModuleRoot (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/ |
| D | declgen_worker.ts | 60 … let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, fileInfo.filePath); variable 64 filePathFromModuleRoot 70 filePathFromModuleRoot
|
| D | build_framework_mode.ts | 51 let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, file); 52 …filePathInCache: string = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);
|
| D | base_mode.ts | 143 …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/ |
| D | buildMode.ts | 160 let filePathFromModuleRoot: string = path.relative(moduleInfo.moduleRootPath, file); 161 …filePathInCache: string = path.join(this.cacheDir, moduleInfo.packageName, filePathFromModuleRoot);
|