Searched defs:originPath (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | ObservedDecoratorCheck.ts | 307 const originPath = path.normalize(arkFile.getFilePath()); constant 322 const originPath = arkFile.getFilePath(); constant
|
| D | AppStorageGetCheck.ts | 145 const originPath = arkFile.getFilePath(); constant
|
| D | Utils.ts | 150 const originPath = arkFile.getFilePath(); constant
|
| D | ModifyStateVarCheck.ts | 177 const originPath = arkFile.getFilePath(); constant
|
| D | CustomBuilderCheck.ts | 169 const originPath = arkFile.getFilePath(); constant
|
| D | ThisBindCheck.ts | 366 const originPath = arkFile.getFilePath(); constant
|
| D | ObjectLiteralCheck.ts | 386 const originPath = arkFile.getFilePath(); constant
|
| D | InteropDeprecatedBuiltInAPICheck.ts | 979 const originPath = arkFile.getFilePath(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/ |
| D | moduleComponent.ts | 47 originPath?: string;//for .har, .tgz, .hsp property
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/ |
| D | Scene.ts | 474 let originPath = path.join(this.getRealProjectDir(), pathMapping, tail); variable 489 let originPath = path.join(this.getRealProjectDir(), pathMapping, tail); variable 540 let originPath = this.getOriginPath(from, arkFile); variable 561 let originPath = ohPkgContentPath.toString().replace(OH_PACKAGE_JSON5, ''); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ModelUtils.ts | 542 const originPath = path.resolve(parentPath, from); constant 763 const originPath = path.join(modulePath.path, contentPath); constant
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ProjectCollections.ts | 804 const originPath = FileUtils.toUnixPath(fileContent.moduleInfo.originSourceFilePath); constant
|